rDrama/migrations/20240215-add-public-use-mod...

3 lines
125 B
SQL

alter table holes add column public_use bool default false not null;
alter table holes alter column public_use drop default;