summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/store.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-10-09 10:16:14 -0700
committerJoram Wilander <jwawilander@gmail.com>2017-10-09 13:16:14 -0400
commit0f66b6e72621842467d0e368b95ee58f485d4ace (patch)
tree444f9210a151cb735fe0502d4bb47c324592c0e6 /store/sqlstore/store.go
parent70e5f00241473c27a3008959ce08832c75e76ba8 (diff)
downloadchat-0f66b6e72621842467d0e368b95ee58f485d4ace.tar.gz
chat-0f66b6e72621842467d0e368b95ee58f485d4ace.tar.bz2
chat-0f66b6e72621842467d0e368b95ee58f485d4ace.zip
store/sqlstore cleanup and postgres tests (#7595)
* sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
Diffstat (limited to 'store/sqlstore/store.go')
-rw-r--r--store/sqlstore/store.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/sqlstore/store.go b/store/sqlstore/store.go
index 02fcaa1cb..93d3bf39f 100644
--- a/store/sqlstore/store.go
+++ b/store/sqlstore/store.go
@@ -40,6 +40,7 @@ import (
}*/
type SqlStore interface {
+ DriverName() string
GetCurrentSchemaVersion() string
GetMaster() *gorp.DbMap
GetSearchReplica() *gorp.DbMap