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

View File

@@ -0,0 +1,5 @@
ALTER TABLE
ident_switch
ALTER COLUMN
username
DROP NOT NULL;