Files
roundcube-ident_switch/SQL/postgres/2018081600.sql
Boris Gulay a437a107ba Drop NOT NULL for username column.
Someone please check MySQL script!
2018-07-16 18:55:12 +03:00

6 lines
64 B
SQL

ALTER TABLE
ident_switch
ALTER COLUMN
username
DROP NOT NULL;