summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/upgrade.go
Commit message (Collapse)AuthorAgeFilesLines
* Adding 4.5 upgrade code (#7815)Christopher Speller2017-11-111-0/+10
|
* Uncomment upgrae for 4.4 (#7796)Christopher Speller2017-11-061-7/+5
|
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-191-4/+8
| | | | | | | | | | | | * 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
* Miscellaneous app cleanup (#7594)Chris2017-10-091-4/+4
| | | | | | | | | | | | * app cleanup * whoops, forgot a file * some minor cleanup * longer container deadline * defensive checks
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-2/+2
| | | | | | | | | | * sqlstore cleanup / postgres tests * remove stopped containers * cmd/platform compile fix * remove test-postgres target from makefile
* post-4.3 commit (#7581)Chris2017-10-051-0/+9
|
* 4.3 pre-cut (#7569)Chris2017-10-041-4/+4
| | | | | | * 4.3 pre-cut * fix
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+310
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp