style: gofmt -w
This commit is contained in:
+6
-5
@@ -1,11 +1,12 @@
|
||||
// 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)
|
||||
// migrate version print the current schema version
|
||||
// migrate force <version> mark a specific version applied (recovery)
|
||||
//
|
||||
// migrate up apply all pending migrations
|
||||
// migrate down roll back the most recent migration
|
||||
// migrate down --all roll back every migration (DESTRUCTIVE)
|
||||
// migrate version print the current schema version
|
||||
// migrate force <version> mark a specific version applied (recovery)
|
||||
//
|
||||
// Reads DATABASE_URL from the environment. Migrations are embedded so this
|
||||
// binary is self-contained — ship it as an Orca init container in prod.
|
||||
|
||||
Reference in New Issue
Block a user