summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/upgrade.go
Commit message (Collapse)AuthorAgeFilesLines
...
* XYZ-32: Increases size of position to 128 characters. (#8148)Martin Kraft2018-01-261-5/+13
| | | | | | | | | | * XYZ-32: Changes type of 'position' column on 'users' table. * XYZ-32: Uncomment to run on CI and pre-release. * XYZ-32: Reverts translation changes. * XYZ-32: Fix for gofmt.
* Uncomment upgrade for 4.6 (#8045)Derrick Anderson2018-01-051-11/+5
| | | | | | * Uncomment upgrade for 4.6 * add 4.6 version
* [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019)Jesse Hallam2018-01-031-2/+6
|
* [PLT-8173] Add username and profile picture to webhook set up pages (#8002)Jesse Hallam2018-01-021-0/+3
|
* Add upgrade code for 4.6Christopher Speller2017-12-081-0/+10
|
* Uncomment upgrae for 4.5Christopher Speller2017-12-081-8/+2
|
* Hash key for plugin store and limit id length (#7933)Joram Wilander2017-12-051-0/+4
|
* Revert "Hash key for plugin store table and limit plugin ID length (#7915)" ↵Christopher Speller2017-12-011-4/+0
| | | | | (#7931) This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa.
* Hash key for plugin store table and limit plugin ID length (#7915)Joram Wilander2017-12-011-0/+4
| | | | | | | | * Hash plugin store keys and update column limits * Limit plugin ID length on install * Add note to manifest id and allow zero length keys
* 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