SimpleNotes/persistance/resources/db/migration/other/V3__Add_public_column.sql
2020-11-11 23:48:27 +01:00

3 lines
68 B
SQL

alter table Notes
add column public bool not null default false