Began work on real sql schema definitions, and migration engine

This commit is contained in:
Torkel Ödegaard
2015-01-17 21:40:22 +01:00
parent 9a29b04561
commit 1f987c1903
7 changed files with 201 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
package sqlstore
// extra tables not required by the core/outside model
type DashboardTag struct {
Id int64
DashboardId int64
Term string
}