feat(playlist): renames timespan to interval

This commit is contained in:
bergquist
2016-01-12 13:56:47 +01:00
parent d0bcd1d87c
commit e8786b0747
8 changed files with 13 additions and 13 deletions
@@ -8,7 +8,7 @@ func addPlaylistMigrations(mg *Migrator) {
Columns: []*Column{
{Name: "id", Type: DB_BigInt, IsPrimaryKey: true, IsAutoIncrement: true},
{Name: "title", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "timespan", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "interval", Type: DB_NVarchar, Length: 255, Nullable: false},
{Name: "org_id", Type: DB_BigInt, Nullable: false},
},
}