summaryrefslogtreecommitdiffstats
path: root/store/sql_status_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/sql_status_store.go')
-rw-r--r--store/sql_status_store.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/store/sql_status_store.go b/store/sql_status_store.go
index bb3c7c364..f5259c212 100644
--- a/store/sql_status_store.go
+++ b/store/sql_status_store.go
@@ -28,9 +28,6 @@ func NewSqlStatusStore(sqlStore *SqlStore) StatusStore {
return s
}
-func (s SqlStatusStore) UpgradeSchemaIfNeeded() {
-}
-
func (s SqlStatusStore) CreateIndexesIfNotExists() {
s.CreateIndexIfNotExists("idx_status_user_id", "Status", "UserId")
s.CreateIndexIfNotExists("idx_status_status", "Status", "Status")