rDrama/migrations/20240212-add-toggle-to-hide...

3 lines
119 B
SQL

alter table users add column hide_cw bool default false not null;
alter table users alter column hide_cw drop default;