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:
0220eb9
)
Add Hidde
author
Joshua Rüsweg
<josh@bastelstu.be>
Sat, 24 Jun 2017 21:09:56 +0000
(23:09 +0200)
committer
Joshua Rüsweg
<josh@bastelstu.be>
Sat, 24 Jun 2017 21:09:56 +0000
(23:09 +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 591626f6895e854fec707ed55536a2bee578cff5..84c7e5feeb7d186f86a0dd913739b491e5260f17 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-746,6
+746,7
@@
CREATE TABLE wcf1_modification_log (
username VARCHAR(255) NOT NULL DEFAULT '',
time INT(10) NOT NULL DEFAULT 0,
action VARCHAR(80) NOT NULL,
+ hidden TINYINT(1) NOT NULL DEFAULT 0,
additionalData MEDIUMTEXT,
KEY objectTypeAndID (objectTypeID, objectID)