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

3 lines
69 B
SQL

alter table Notes
add column deleted bool not null default false