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: 4b46d47e1ad6781a3dbd360965aaa1f3c3c0fd2f (
plain
)
1
2
3
4
BEGIN; DROP TABLE IF EXISTS user_score; DROP TABLE IF EXISTS action; COMMIT;