diff --git a/pkg/cmd/migrate.go b/pkg/cmd/migrate.go index bf177d7c1..b7d78e6aa 100644 --- a/pkg/cmd/migrate.go +++ b/pkg/cmd/migrate.go @@ -26,6 +26,8 @@ func init() { } // TODO: add args to run migrations up or down, until a certain point etc +// Rollback until +// list -> Essentially just show the table, maybe with an extra column if the migration did run or not var migrateCmd = &cobra.Command{ Use: "migrate", Short: "Run all database migrations which didn't already run.",