From 6b61834ab14e9a4e51c29dd2904a1332c327aae6 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 3 Apr 2017 13:32:58 -0400 Subject: Add store unit tests and add make target for testing store with postgres (#5925) * Add store unit tests and add make target for testing store with postgres * Remove postgres target form test-server target * Fix audit test --- store/store.go | 1 - 1 file changed, 1 deletion(-) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index 557ae443c..de70edb99 100644 --- a/store/store.go +++ b/store/store.go @@ -126,7 +126,6 @@ type ChannelStore interface { PermanentDeleteMembersByUser(userId string) StoreChannel PermanentDeleteMembersByChannel(channelId string) StoreChannel UpdateLastViewedAt(channelIds []string, userId string) StoreChannel - SetLastViewedAt(channelId string, userId string, newLastViewedAt int64) StoreChannel IncrementMentionCount(channelId string, userId string) StoreChannel AnalyticsTypeCount(teamId string, channelType string) StoreChannel ExtraUpdateByUser(userId string, time int64) StoreChannel -- cgit v1.2.3-1-g7c22