update_server/migrations
2026-06-10 20:51:17 +03:00
..
0001_initial_schema.sql init 2026-06-10 20:51:17 +03:00
0002_indexes_and_triggers.sql init 2026-06-10 20:51:17 +03:00
0003_api_key_scope_guards.sql init 2026-06-10 20:51:17 +03:00
README.md init 2026-06-10 20:51:17 +03:00

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.