index
:
apjournal.git
master
Action Points Journal. Website for tracking and modifying habits and behaviours.
Grail Finder
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
database
/
migrations
/
001_init.down.sql
blob: 41cc5c94f95117f9f3c286d9efcf1d3b76008b73 (
plain
)
1
2
3
4
BEGIN TRANSACTION; DROP SCHEMA public CASCADE; CREATE SCHEMA public; COMMIT;