Files
roundcube-ident_switch/SQL/postgres/2020060100.sql
2020-06-01 16:34:19 +03:00

8 lines
103 B
SQL

ALTER TABLE
ident_switch
ADD COLUMN
smtp_auth
smallint
NOT NULL
DEFAULT(1);