summaryrefslogtreecommitdiffstats
path: root/setup/poolctrl_data.sql
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-19 12:00:34 +0200
committerBjörn Geiger2011-08-19 12:00:34 +0200
commit216b0e0636bcc78759776a0a028cc8b113a9ebfb (patch)
tree8bd961b5f063470a1587226ca7868f3dd1e266f2 /setup/poolctrl_data.sql
parentverschiedene Korrekturen und Datenbankänderung (diff)
downloadpoolctrl-216b0e0636bcc78759776a0a028cc8b113a9ebfb.tar.gz
poolctrl-216b0e0636bcc78759776a0a028cc8b113a9ebfb.tar.xz
poolctrl-216b0e0636bcc78759776a0a028cc8b113a9ebfb.zip
Datenbankänderungen
Diffstat (limited to 'setup/poolctrl_data.sql')
-rw-r--r--setup/poolctrl_data.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup/poolctrl_data.sql b/setup/poolctrl_data.sql
index 365a3a5..f22da32 100644
--- a/setup/poolctrl_data.sql
+++ b/setup/poolctrl_data.sql
@@ -90,6 +90,11 @@ INSERT INTO `poolctrl_eventcategory` (`eventcategoryID`, `title`) VALUES
(3, 'Boot'),
(4, 'Shutdown');
+-- Adding runningtypes
+INSERT INTO `poolctrl_runningtype` (`runningtypeID`, `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`) 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),