mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-11 21:44:58 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
create table scripts
|
||||
(
|
||||
object_id number(20), -- BIND_AS(DB::BindableNetworkId)
|
||||
sequence_no int,
|
||||
script varchar(100),
|
||||
detached int,
|
||||
primary key (object_id, sequence_no)
|
||||
);
|
||||
|
||||
grant select on scripts to public;
|
||||
Reference in New Issue
Block a user