Username is not a required field anymore. If empty - email from identity

is used.
This commit is contained in:
Boris Gulay
2016-06-02 16:17:48 +03:00
parent 6849c47fd9
commit 7a97816d1c
5 changed files with 32 additions and 15 deletions

View File

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