summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
Diffstat (limited to 'setup/poolctrl_data.sql')
-rw-r--r--setup/poolctrl_data.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index 795a17c..ca3ae93 100644
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -80,11 +80,11 @@ INSERT INTO `pbs_config` (`configID`, `title`, `description`, `groupID`, `member
(2, 'Config 2', 'Desc2' ,null, 1, '1', '1299693690', '1');
-- 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 4', '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 client to pools (poolentries)
INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES