roundcubemail/SQL/postgres/2020122900.sql

3 lines
127 B
SQL

ALTER TABLE "users" ALTER COLUMN "preferences" DROP NOT NULL;
ALTER TABLE "users" ALTER COLUMN "preferences" SET DEFAULT NULL;