style: gofmt -w
ci / shared (pull_request) Failing after 2s
ci / test (pull_request) Failing after 16s
ci / image (pull_request) Has been skipped

This commit is contained in:
2026-05-19 12:03:10 +02:00
parent c92fbad94b
commit 96aeb51779
2 changed files with 11 additions and 10 deletions
+1
View File
@@ -1,6 +1,7 @@
// migrate — standalone CLI that applies tenant-registry's SQL migrations.
//
// Usage:
//
// migrate up apply all pending migrations
// migrate down roll back the most recent migration
// migrate down --all roll back every migration (DESTRUCTIVE)