init
This commit is contained in:
commit
b15b95781c
108 changed files with 14802 additions and 0 deletions
5
migrations/README.md
Normal file
5
migrations/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Migrations
|
||||
|
||||
This directory stores the ordered SQLite migration files applied by the app and by `go run ./cmd/migrate`.
|
||||
|
||||
Files are applied lexicographically and tracked in the `schema_migrations` table with a SHA-256 checksum so edited applied migrations fail fast.
|
||||
Loading…
Add table
Add a link
Reference in a new issue