summaryrefslogtreecommitdiffstats
path: root/setup/pbs.sql
diff options
context:
space:
mode:
authorSimon2011-04-20 17:08:21 +0200
committerSimon2011-04-20 17:08:21 +0200
commit71e53c80aa1e4454a41bbf710c1f8501c4d1f03a (patch)
tree226d1c18bca73fa41000755119120a68fc802ef3 /setup/pbs.sql
parentAutomatischer Start nach x Sekunden hinzugefĆ¼gt (diff)
downloadpbs2-71e53c80aa1e4454a41bbf710c1f8501c4d1f03a.tar.gz
pbs2-71e53c80aa1e4454a41bbf710c1f8501c4d1f03a.tar.xz
pbs2-71e53c80aa1e4454a41bbf710c1f8501c4d1f03a.zip
Installer-Script erstellt
Diffstat (limited to 'setup/pbs.sql')
-rw-r--r--setup/pbs.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/pbs.sql b/setup/pbs.sql
index 9eee1ab..8a59fbb 100644
--- a/setup/pbs.sql
+++ b/setup/pbs.sql
@@ -193,7 +193,7 @@ CREATE TABLE IF NOT EXISTS `pbs_bootmenu` (
KEY `membershipID` (`membershipID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
ALTER TABLE `pbs_bootmenu` ADD `startcounter` INT NOT NULL AFTER `title`;
-ALTER TABLE `pbs_bootmenu` CHANGE `startcounter` `startcounter` INT( 11 ) NOT NULL DEFAULT '300'
+ALTER TABLE `pbs_bootmenu` CHANGE `startcounter` `startcounter` INT( 11 ) NOT NULL DEFAULT '300';
ALTER TABLE `pbs_bootmenu`
ADD CONSTRAINT `pbs_bootmenu_ibfk_1` FOREIGN KEY (`membershipID`) REFERENCES `pbs_membership` (`membershipID`) ON DELETE SET NULL,