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:
e6e70dc
)
Removed column 'adminDefaultValue'
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 10 Jul 2013 00:04:37 +0000
(
02:04
+0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 10 Jul 2013 00:04:37 +0000
(
02:04
+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 2192af1c299e98b39f4fd33b6f1a3b1f5134cc41..c5b28e89e55490fd1f5523e1d7b7fe2e30b01a7e 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-1073,7
+1073,6
@@
CREATE TABLE wcf1_user_group_option (
categoryName VARCHAR(255) NOT NULL DEFAULT '',
optionType VARCHAR(255) NOT NULL DEFAULT '',
defaultValue MEDIUMTEXT,
- adminDefaultValue MEDIUMTEXT,
validationPattern TEXT,
enableOptions MEDIUMTEXT,
showOrder INT(10) NOT NULL DEFAULT 0,