summary refs log tree commit diff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-04Change to use logger in db upgrade scriptErik Johnston1-1/+4
2015-03-04Use context manager with db conn to correctly commit and rollbackErik Johnston1-11/+11
2015-03-04Actually add full_schemas dirErik Johnston12-0/+645
2015-03-04More docs. Rename 'schema/current' to 'schema/full_schemas'Erik Johnston13-652/+23
2015-03-04Add some docs and remove unused variablesErik Johnston1-8/+10
2015-03-04SYN-67: Finish up implementing new database schema managementErik Johnston30-622/+165
2015-03-02SYN-67: Begin changing the way we handle schema versioningErik Johnston1-38/+106
2015-03-02Add missing commaErik Johnston1-1/+1
2015-03-02We purposefully don't have a version 14 delta script.Erik Johnston1-1/+1
2015-03-02Fix bug which prevented the HS pushing events to the AS due to FrozenEventsKegan Dougal1-1/+1
2015-03-02Bump webclient versionErik Johnston1-3/+3
2015-03-02Wording tweaksKegan Dougal1-4/+3
2015-03-02Run deltas and bump user_version in upgrade scriptKegan Douga