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
-6
View File
@@ -31,12 +31,6 @@ var (
UseSQLite3 bool
)
type DashboardTag struct {
Id int64
DashboardId int64
Term string
}
func init() {
tables = make([]interface{}, 0)