Added todo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2019-03-28 08:26:09 +01:00
parent a227cff23d
commit d79a7e7153
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -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.",