From 9a87bb3af68216b53ee8f89d6604c715c7b85b2d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 27 Apr 2017 10:55:03 -0400 Subject: Creating common token store and moving email invites and verification to it (#6213) --- store/sql_upgrade.go | 1 + 1 file changed, 1 insertion(+) (limited to 'store/sql_upgrade.go') diff --git a/store/sql_upgrade.go b/store/sql_upgrade.go index b25e7e73d..f708f15c5 100644 --- a/store/sql_upgrade.go +++ b/store/sql_upgrade.go @@ -258,6 +258,7 @@ func UpgradeDatabaseToVersion39(sqlStore *SqlStore) { // TODO: Uncomment following condition when version 3.9.0 is released //if shouldPerformUpgrade(sqlStore, VERSION_3_8_0, VERSION_3_9_0) { sqlStore.CreateColumnIfNotExists("OAuthAccessData", "Scope", "varchar(128)", "varchar(128)", model.DEFAULT_SCOPE) + sqlStore.RemoveTableIfExists("PasswordRecovery") // saveSchemaVersion(sqlStore, VERSION_3_9_0) //} -- cgit v1.2.3-1-g7c22