docs: remove broken db_migrate, note auto-migrations

This commit is contained in:
2026-04-27 21:17:43 +02:00
parent 960273404c
commit 53666bc57f
2 changed files with 2 additions and 9 deletions

View File

@@ -35,8 +35,7 @@ install-hooks:
dev: build
./server
db_migrate:
go run ./cmd/server migrate
# migrations run automatically at server startup
clean:
rm -rf dist/*