rDrama/migrations/20230218-remove-deleted-col...

3 lines
75 B
SQL

delete from alts where deleted=true;
alter table alts drop column deleted;