projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37ee299
)
Fixed wrong column name (sortOrder -> showOrder)
author
Alexander Ebert
<ebert@woltlab.com>
Thu, 8 Sep 2011 12:30:16 +0000
(14:30 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Thu, 8 Sep 2011 12:30:16 +0000
(14:30 +0200)
wcfsetup/setup/db/install.sql
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/setup/db/install.sql
b/wcfsetup/setup/db/install.sql
index 10e2458e54434fe19ba948ae8c6e92b9aefdc52f..b4e83a8555a9afb23cbe6cfd8ac802ef1aaeee92 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-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 '',
- s
ort
Order INT(10) NOT NULL DEFAULT 0,
+ s
how
Order INT(10) NOT NULL DEFAULT 0,
UNIQUE KEY actionName (packageID, actionName)
);