feat: add checksummed database migrations

This commit is contained in:
Sergey Antropoff
2026-07-12 23:53:26 +03:00
parent 355bb23d5e
commit 882ae97fcf
10 changed files with 374 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ db-down: ## Stop PostgreSQL
$(COMPOSE) stop postgres
db-migrate: ## Apply database migrations
@echo "Database migrations are scheduled for milestone D1" >&2; exit 2
$(BIN)/python -m app.db.migrate_cli
db-reset: ## Recreate the local database volume
$(COMPOSE) down -v