summaryrefslogtreecommitdiffstats
path: root/store/sql_preference_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_preference_store.go')
-rw-r--r--store/sql_preference_store.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/store/sql_preference_store.go b/store/sql_preference_store.go
index a701c3cb8..f6a3b64dc 100644
--- a/store/sql_preference_store.go
+++ b/store/sql_preference_store.go
@@ -32,9 +32,6 @@ func NewSqlPreferenceStore(sqlStore *SqlStore) PreferenceStore {
return s
}
-func (s SqlPreferenceStore) UpgradeSchemaIfNeeded() {
-}
-
func (s SqlPreferenceStore) CreateIndexesIfNotExists() {
s.CreateIndexIfNotExists("idx_preferences_user_id", "Preferences", "UserId")
s.CreateIndexIfNotExists("idx_preferences_category", "Preferences", "Category")