Added loglevel to migrator, added dashboard table & index migrations

This commit is contained in:
Torkel Ödegaard
2015-01-20 08:50:08 +01:00
parent 581efa857b
commit 2379c5b770
4 changed files with 63 additions and 18 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ var (
func init() {
tables = make([]interface{}, 0)
tables = append(tables, new(m.Dashboard), new(m.DataSource), new(DashboardTag),
tables = append(tables, new(m.DataSource), new(DashboardTag),
new(m.Token))
}