SimpleNotes/persistence/resources/db/migration/other/V3__Add_public_column.sql
2021-02-27 18:07:22 +01:00

3 lines
68 B
SQL

alter table Notes
add column public bool not null default false