summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/channel_store_test.go
Commit message (Collapse)AuthorAgeFilesLines
* store/storetest package (#7588)Chris2017-10-061-1985/+3
| | | | | | * prerequisites * storetest package
* PLT-7404 Return viewed at times in view channel API response (#7428)Joram Wilander2017-09-291-5/+39
| | | | | | | | * Return viewed at times in view channel API response * Updated transaction to read and write once * Remove transaction and only update if new value greater than older
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+1962
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp