Began work on real sql schema definitions, and migration engine
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package sqlstore
|
||||
|
||||
// extra tables not required by the core/outside model
|
||||
|
||||
type DashboardTag struct {
|
||||
Id int64
|
||||
DashboardId int64
|
||||
Term string
|
||||
}
|
||||
Reference in New Issue
Block a user