summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql
index ea67ecf..5715328 100644
--- a/pbs-newdata.sql
+++ b/pbs-newdata.sql
@@ -73,11 +73,11 @@ INSERT INTO `pbs_client` (`clientID`, `groupID`,`macadress`, `hardwarehash`) VAL
-- Adding config
INSERT INTO `pbs_config` (`configID`, `title`, `groupID`, `membershipID`, `shellscript`, `created`) VALUES
-(1, 'Config 1', 1, 1, 'shellscript 1', '1299693677'),
-(2, 'Config 2', 1, 1, 'shellskript 2', '1299693690'),
-(3, 'Config 3', 1, 1, 'shellskript 3', '1299693690'),
-(4, 'Config 4', 1, 1, 'shellskript 4', '1299693690'),
-(5, 'Config 5', 1, 1, 'shellskript 5', '1299693690');
+(1, 'Config 1', 1, null, 'shellscript 1', '1299693677'),
+(2, 'Config 2', 1, null, 'shellskript 2', '1299693690'),
+(3, 'Config 3', 1, null, 'shellskript 3', '1299693690'),
+(4, 'Config 4', null, 1, 'shellskript 4', '1299693690'),
+(5, 'Config 5', null, 1, 'shellskript 5', '1299693690');
-- Adding bootos
INSERT INTO `pbs_bootos` (`bootosID`, `configID`, `groupID`, `membershipID`, `title`, `description`, `path_init`, `path_kernel`, `defaultkcl`, `created`, `expires`, `public`) VALUES