summaryrefslogtreecommitdiffstats
path: root/pbs-newdata.sql
diff options
context:
space:
mode:
authorSimon2011-03-18 09:59:02 +0100
committerSimon2011-03-18 09:59:02 +0100
commit56d0655309fb13e8a2b8bb86a54206b419c32d18 (patch)
tree8ffdf1cfc00eef35ec08d2310e62566df55508ce /pbs-newdata.sql
parentPerson und Gruppen, Fehler korrigiert + Layout (diff)
downloadpbs2-56d0655309fb13e8a2b8bb86a54206b419c32d18.tar.gz
pbs2-56d0655309fb13e8a2b8bb86a54206b419c32d18.tar.xz
pbs2-56d0655309fb13e8a2b8bb86a54206b419c32d18.zip
Datenbank update, PoolController
Diffstat (limited to 'pbs-newdata.sql')
-rw-r--r--pbs-newdata.sql11
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