diff options
Diffstat (limited to 'upgrades/dbpatches/1.6/mysql/patch/scripts.sql')
-rw-r--r-- | upgrades/dbpatches/1.6/mysql/patch/scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.6/mysql/patch/scripts.sql b/upgrades/dbpatches/1.6/mysql/patch/scripts.sql index 7a6823b4..014e101e 100644 --- a/upgrades/dbpatches/1.6/mysql/patch/scripts.sql +++ b/upgrades/dbpatches/1.6/mysql/patch/scripts.sql @@ -3,5 +3,8 @@ CREATE TABLE scripts ( name varchar(255) DEFAULT '' NOT NULL, command varchar(255) DEFAULT '' NOT NULL, host_access integer DEFAULT '0' NOT NULL, + usrgrpid bigint unsigned DEFAULT '0' NOT NULL, + groupid bigint unsigned DEFAULT '0' NOT NULL, + PRIMARY KEY (scriptid) ) type=InnoDB; |