SimpleNotes/persistence/resources/db/migration/V3__Add_public_column.sql

3 lines
68 B
SQL

alter table Notes
add column public bool not null default false