Merge branch 'master' into develop-newgrid

This commit is contained in:
Torkel Ödegaard
2017-08-09 14:07:06 +02:00
152 changed files with 5830 additions and 4622 deletions
@@ -103,4 +103,8 @@ func addUserMigrations(mg *Migrator) {
{Name: "company", Type: DB_NVarchar, Length: 255, Nullable: true},
{Name: "theme", Type: DB_NVarchar, Length: 255, Nullable: true},
}))
mg.AddMigration("Add last_seen_at column to user", NewAddColumnMigration(userV2, &Column{
Name: "last_seen_at", Type: DB_DateTime, Nullable: true,
}))
}