ux(getting started): progress on getting started panel and persited help flag states, #6466

This commit is contained in:
Torkel Ödegaard
2016-11-09 10:41:39 +01:00
parent 5f2cb8e193
commit fb57bf77da
16 changed files with 165 additions and 87 deletions
@@ -88,4 +88,8 @@ func addUserMigrations(mg *Migrator) {
}))
mg.AddMigration("Drop old table user_v1", NewDropTableMigration("user_v1"))
mg.AddMigration("Add column help_flags1 to user table", NewAddColumnMigration(userV2, &Column{
Name: "help_flags1", Type: DB_BigInt, Nullable: false, Default: "0",
}))
}