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

3 lines
125 B
MySQL
Raw Normal View History

2024-02-15 21:34:09 +00:00
alter table holes add column public_use bool default false not null;
alter table holes alter column public_use drop default;