Fixed update SQL
authorAlexander Ebert <ebert@woltlab.com>
Sun, 19 May 2013 19:33:58 +0000 (21:33 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 19 May 2013 19:33:58 +0000 (21:33 +0200)
com.woltlab.wcf/update_b1.sql

index 2d12911b4ce987f6a5c83fd8fb23ae12c88fac37..ffd6dd0f9eb4dac848df087600837145d9e8e2d3 100644 (file)
@@ -6,5 +6,5 @@ ALTER TABLE wcf1_template DROP COLUMN obsolete;
 ALTER TABLE wcf1_template ADD COLUMN application VARCHAR(255) NOT NULL;
 ALTER TABLE wcf1_template ADD COLUMN lastModificationTime INT(10) NOT NULL DEFAULT 0;
 
-ALTER TABLE wcf1_template_group CHANGE parentTemplateGroupID INT(10) NULL;
+ALTER TABLE wcf1_template_group CHANGE parentTemplateGroupID parentTemplateGroupID INT(10) NULL;
 ALTER TABLE wcf1_template_group ADD FOREIGN KEY (parentTemplateGroupID) REFERENCES wcf1_template_group (templateGroupID) ON DELETE SET NULL;
\ No newline at end of file