Drop NOT NULL for username column.

Someone please check MySQL script!
This commit is contained in:
Boris Gulay
2018-07-16 18:55:12 +03:00
parent 8b2798e412
commit a437a107ba
4 changed files with 13 additions and 4 deletions

6
SQL/mysql/2018071600.sql Normal file
View File

@@ -0,0 +1,6 @@
ALTER TABLE
ident_switch
MODIFY
username
varchar(64)
NULL;