rDrama/migrations/20240206-add-mark-effortpos...

3 lines
125 B
SQL

alter table posts add column effortpost bool default false not null;
alter table posts alter column effortpost drop default;