index
:
voll
master
Unnamed repository; edit this file 'description' to name the repository.
lucashemi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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;