summaryrefslogtreecommitdiff
path: root/api/src/main/resources/db/migration/V5__alter-table-patients-add-column-active.sql
blob: c6432e61f3b2cc3ca105d71fe20188b50b24a10e (plain)
1
2
alter table patients add active tinyint;
update patients set active = 1;