rDrama/migrations/20230623-make-chud-not-retr...

6 lines
227 B
MySQL
Raw Permalink Normal View History

2023-06-23 13:14:23 +00:00
alter table posts add column chudded bool default false;
alter table comments add column chudded bool default false;
alter table posts alter column chudded drop default;
alter table comments alter column chudded drop default;