Label and host are not required from now.

This commit is contained in:
Boris Gulay
2016-05-20 22:57:03 +03:00
parent ec71910156
commit bbf28eed57
2 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
ALTER TABLE
ident_switch
ALTER COLUMN
host
DROP NOT NULL;
ALTER TABLE
ident_switch
ALTER COLUMN
label
DROP NOT NULL;