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: 1b8680f32e2ae1307a9ea91cf1d62bd8ed58d38e (
plain
)
1
2
3
4
BEGIN; DROP SCHEMA public CASCADE; CREATE SCHEMA public; COMMIT;