diff options
Diffstat (limited to 'pbs-newdata.sql')
| -rw-r--r-- | pbs-newdata.sql | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/pbs-newdata.sql b/pbs-newdata.sql index 1abb07c..a412195 100644 --- a/pbs-newdata.sql +++ b/pbs-newdata.sql @@ -60,12 +60,11 @@ INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `pat (3, 'BootIso 3', 1, 1, 'Path 3', 2147483647, '1299693899', '2012-03-09', 0); -- Adding Pools -INSERT INTO `pbs_pool` (`poolID`, `title`, `description`, `location`) VALUES -(1, 'Pool 1', 'Description 1', 'Keller'), -(2, 'Pool 2', 'Description 2', 'EG'), -(3, 'Pool 3', 'Description 3', '1 OG'), -(4, 'Pool 4', 'Description', '2 OG'); - +INSERT INTO `pbs_pool` (`poolID`, `groupID`, `title`, `description`, `location`) VALUES +(1, 1, 'Pool 1', 'Description 1', 'Keller'), +(2, 1, 'Pool 2', 'Description 2', 'EG'), +(3, 1, 'Pool 3', 'Description 3', '1 OG'); +(4, 1, 'Pool 4', 'Description 4', '2 OG'); -- Adding Bootmenus INSERT INTO `pbs_bootmenu` (`bootmenuID`, `membershipID`, `groupID`, `title`, `created`) VALUES |
