summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/user_access_token_store.go
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-191-0/+62
| | | | | | | | | | | | * Add column to UserAccessTokens table * PLT-7794 Add user access token enable/disable endpoints * replaced eliminated global variable * updates to user_access_token_store and upgrade.go * style fix and cleanup
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-5/+4
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* reduce store boiler plate (#7585)Chris2017-10-061-76/+14
|
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+263
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp