1
0

allow longer author names, db update.

This commit is contained in:
Garvin Hicking
2007-01-12 08:13:36 +00:00
parent 3847f10cd5
commit 5b55ba0939
6 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1 @@
ALTER TABLE {PREFIX}authors CHANGE username username VARCHAR(32) NOT NULL;