summaryrefslogtreecommitdiffstats
path: root/store/sql_store.go
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding SQL settings to admin console=Corey Hulen2015-09-221-3/+10
|/
* GIT-721 Removing sql ping log=Corey Hulen2015-09-191-2/+2
* Merge pull request #699 from mattermost/PLT-92Joram Wilander2015-09-181-2/+91
|\
| * Making changes to versioning=Corey Hulen2015-09-171-7/+7
| * Fixing postgres issue and bumping version number=Corey Hulen2015-09-161-2/+49
| * Adding database schema version=Corey Hulen2015-09-161-2/+37
| * PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-0/+7
* | Return false when checking if column exists, if the table does not exist with...JoramWilander2015-09-181-0/+4
|/
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-7/+20
* Adding ability to upgrade postgres schema=Corey Hulen2015-08-271-56/+92
* update our postgresql index check to work with 9.2+ versions of postgresqlJoramWilander2015-07-281-1/+1
* Fixing merges for latest postgres=Corey Hulen2015-07-231-28/+69
* fixing merge conflicts=Corey Hulen2015-07-211-92/+56
|\
| * Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-21/+26
| * Updated database schema for full utf8 compatibilitynickago2015-07-091-2/+10
* | Patching remainder of the sql stmts to work with postgres=Corey Hulen2015-07-121-4/+7
* | Fixes mm-1420 adding postgres support=Corey Hulen2015-07-121-24/+79
|/
* Fixing unit tests=Corey Hulen2015-07-061-5/+5
* SQL store: use authenticated encryptionFrank Denis2015-06-241-6/+32
* first commit=Corey Hulen2015-06-141-0/+372