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:
e2cb866
)
Added showOrder for sitemaps
author
Alexander Ebert
<ebert@woltlab.com>
Mon, 25 Jun 2012 15:53:46 +0000
(17:53 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Mon, 25 Jun 2012 15:53:46 +0000
(17:53 +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 06864c05c9be7ec33af51de143884e055a7b3b4f..5ae6811e030d5d9aed762198ea58123f3a3a668e 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-538,6
+538,7
@@
CREATE TABLE wcf1_sitemap (
packageID INT(10) NOT NULL,
sitemapName VARCHAR(80) NOT NULL DEFAULT '',
className VARCHAR(255) NOT NULL DEFAULT '',
+ showOrder INT(10) NOT NULL DEFAULT 0,
UNIQUE KEY sitemapName (packageID, sitemapName)
);