Files
roundcube-ident_switch/SQL/postgres/2016052000.sql
2016-05-20 23:21:15 +03:00

12 lines
122 B
SQL

ALTER TABLE
ident_switch
ALTER COLUMN
host
DROP NOT NULL;
ALTER TABLE
ident_switch
ALTER COLUMN
label
DROP NOT NULL;