Fixed wrong column name (sortOrder -> showOrder)
authorAlexander Ebert <ebert@woltlab.com>
Thu, 8 Sep 2011 12:30:16 +0000 (14:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 8 Sep 2011 12:30:16 +0000 (14:30 +0200)
wcfsetup/setup/db/install.sql

index 10e2458e54434fe19ba948ae8c6e92b9aefdc52f..b4e83a8555a9afb23cbe6cfd8ac802ef1aaeee92 100644 (file)
@@ -102,7 +102,7 @@ CREATE TABLE wcf1_clipboard_action (
        packageID INT(10) NOT NULL DEFAULT 0,
        actionName VARCHAR(50) NOT NULL DEFAULT '',
        actionClassName VARCHAR(200) NOT NULL DEFAULT '',
-       sortOrder INT(10) NOT NULL DEFAULT 0,
+       showOrder INT(10) NOT NULL DEFAULT 0,
        UNIQUE KEY actionName (packageID, actionName)
 );