From ef090996f7d8a361951e010b6c13eb598377e938 Mon Sep 17 00:00:00 2001 From: Peter Eliasson Date: Sun, 7 Aug 2016 16:20:01 +0200 Subject: [PATCH] Revert default db version as current version. Doing so might mean we do not actually store the current version to the db, which would mean that the default version is always used. In turn leading to no migrations running. Oops. --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index c2f1faa..79a8124 100644 --- a/src/main.lua +++ b/src/main.lua @@ -52,7 +52,7 @@ addon.dbDefaults = { realm = { modules = {}, options = {}, - dbVersion = addon.dbVersion + dbVersion = 1 }, } -- 1.7.9.5