summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6c123da..4abe9ae 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ func main() {
model.ConnectDatabase(filepath.Join(storage.Path, "ceres.sqlite3"))
defer model.DisconnectDatabase()
- model.MigrateDatabase()
+ model.MigrateDatabase(version)
model.InjectTestRecipes()
server := NewServer(config.HttpAddress)