3 lines
68 B
SQL
3 lines
68 B
SQL
alter table Notes
|
|
add column public bool not null default false
|
alter table Notes
|
|
add column public bool not null default false
|