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:
ae2dd1d
)
Set database field length to limit set in PHP code
author
Stefan
<Stefan_Hahn1@gmx.net>
Fri, 2 Sep 2016 16:42:54 +0000
(18:42 +0200)
committer
Stefan
<Stefan_Hahn1@gmx.net>
Fri, 2 Sep 2016 16:42:54 +0000
(18: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 09b87943a28485d0915b8a8779ca467e3f9f2244..c36ed4cae99bc8c22ee8c183659707a3a49a6730 100644
(file)
--- a/
wcfsetup/setup/db/install.sql
+++ b/
wcfsetup/setup/db/install.sql
@@
-1261,7
+1261,7
@@
CREATE TABLE wcf1_tracked_visit_type (
DROP TABLE IF EXISTS wcf1_user;
CREATE TABLE wcf1_user (
userID INT(10) NOT NULL AUTO_INCREMENT PRIMARY KEY,
- username VARCHAR(1
91
) NOT NULL DEFAULT '',
+ username VARCHAR(1
00
) NOT NULL DEFAULT '',
email VARCHAR(191) NOT NULL DEFAULT '',
password VARCHAR(100) NOT NULL DEFAULT '',
accessToken CHAR(40) NOT NULL DEFAULT '',