summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-22 17:56:43 +0200
committerBjörn Geiger2011-09-22 17:56:43 +0200
commit54da4fa07b925badf406c8fae8daa48d26224d41 (patch)
treee311d0719496a09762267bcec56629e502b57d47 /setup/poolctrl_data.sql
parentweitere Korrektur (diff)
downloadpoolctrl-54da4fa07b925badf406c8fae8daa48d26224d41.tar.gz
poolctrl-54da4fa07b925badf406c8fae8daa48d26224d41.tar.xz
poolctrl-54da4fa07b925badf406c8fae8daa48d26224d41.zip
Repeat Optionen werden nun in der DB gespeichert, achtung DB Update
Diffstat (limited to 'setup/poolctrl_data.sql')
-rwxr-xr-xsetup/poolctrl_data.sql12
1 files changed, 0 insertions, 12 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index 5715ec9..079b53d 100755
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -56,18 +56,6 @@ INSERT INTO `pbs_poolentries` (`poolentriesID`, `poolID`, `clientID`) VALUES
(9, 4, 9),
(10, 4, 10);
--- Adding eventcategories
-INSERT INTO `poolctrl_eventcategory` (`eventcategoryID`, `title`) VALUES
-(1, 'Lecture'),
-(2, 'Maintenance'),
-(3, 'Boot'),
-(4, 'Shutdown');
-
--- Adding eventtypes
-INSERT INTO `poolctrl_eventtype` (`eventtypeID`, `title`) VALUES
-(1, 'Boot'),
-(2, 'Shutdown');
-
-- Adding events
INSERT INTO `poolctrl_event` (`eventID`, `title`, `start`, `end`, `category`, `pbs_poolID`, `pbs_membershipID`, `pbs_bootosID`, `note`, `pbs_bootmenuID`, `pbs_filterID`, `created`) VALUES
(1, 'Systeme I', '2011-06-24 12:10:00', '2011-06-24 14:00:00', '1', 1, 1, 1, 'Systeme I Vorlesung', 1, 1, 1308583320),