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:
bf6bbb5
)
Fixed typo
author
Alexander Ebert
<ebert@woltlab.com>
Wed, 24 Apr 2013 17:42:44 +0000
(19:42 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Wed, 24 Apr 2013 17:42:44 +0000
(19:42 +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 f0c130ad72aefb18eb7703908df8d4cd0b179800..217c59c163d53866b3262cddc7740447d32e1d77 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-418,7
+418,7
@@
CREATE TABLE wcf1_package_update (
packageDescription VARCHAR(255) NOT NULL DEFAULT '',
author VARCHAR(255) NOT NULL DEFAULT '',
authorURL VARCHAR(255) NOT NULL DEFAULT '',
- isApplication TINYINT(1) NOT NULL DEFAULT 0
+ isApplication TINYINT(1) NOT NULL DEFAULT 0
,
UNIQUE KEY packageUpdateServerID (packageUpdateServerID, package)
);