5 lines
267 B
Markdown
5 lines
267 B
Markdown
# 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.
|