Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create the column nullable | Richard van der Hoff | 2018-07-26 | 1 | -1/+6 |
| | | | | | There's no real point in ever making the column non-nullable, and doing so breaks the sytests. | ||||
* | comment on event_edges | Richard van der Hoff | 2018-07-26 | 1 | -1/+2 |
| | |||||
* | copyrights | Matthew Hodgson | 2016-01-07 | 26 | -26/+26 |
| | |||||
* | pushers table requires an access_token | Erik Johnston | 2015-04-29 | 1 | -0/+1 |
| | |||||
* | Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except ↵ | Erik Johnston | 2015-04-28 | 26 | -260/+260 |
| | | | | for a limit | ||||
* | Add unique index to room_aliases, remove duplicates on upgrade. Convert some ↵ | Erik Johnston | 2015-04-17 | 5 | -4/+8 |
| | | | | columns back to TEXT from bytea | ||||
* | Go back to storing JSON in TEXT | Erik Johnston | 2015-04-16 | 3 | -9/+9 |
| | |||||
* | Change full_schemas/11 to work with postgres | Erik Johnston | 2015-04-15 | 12 | -83/+86 |
| | |||||
* | Add index on events (topological_ordering, stream_ordering) to help with ↵ | Erik Johnston | 2015-04-15 | 1 | -0/+1 |
| | | | | ORDER BY clauses | ||||
* | Rename user_ips.user -> user_id | Erik Johnston | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | Add support for postgres instead of mysql. Change sql accourdingly. blob + ↵ | Erik Johnston | 2015-04-14 | 12 | -97/+97 |
| | | | | varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS. | ||||
* | For backwards compat, make state_groups.id have a type of int, not varchar | Erik Johnston | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | DROP indexes before recreating them | Erik Johnston | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Use LONGBLOB and TEXT for arbitary length rows | Erik Johnston | 2015-04-10 | 10 | -31/+31 |
| | |||||
* | Use unsigned bigint | Erik Johnston | 2015-04-10 | 16 | -41/+41 |
| | |||||
* | SQLite wants INTEGER and not BIGINT for primary keys | Erik Johnston | 2015-04-10 | 3 | -4/+4 |
| | |||||
* | Update full_schemas/16 to match delta files. Add delta/16 scripts | Erik Johnston | 2015-04-10 | 3 | -0/+123 |
| | |||||
* | Fix schema again | Erik Johnston | 2015-04-10 | 2 | -3/+3 |
| | |||||
* | Revert non-trivial schema changes and move them to a new schema version. | Erik Johnston | 2015-04-10 | 19 | -27/+636 |
| | |||||
* | Remove spurious spaces | Erik Johnston | 2015-04-09 | 12 | -43/+43 |
| | |||||
* | Don't use multiple UNIQUE constraints; it will cause deadlocks | Erik Johnston | 2015-04-07 | 2 | -6/+8 |
| | |||||
* | Fix unicode support | Erik Johnston | 2015-04-02 | 12 | -128/+126 |
| | |||||
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 12 | -48/+48 |
| | |||||
* | Fix unicode database support | Erik Johnston | 2015-03-25 | 3 | -3/+2 |
| | |||||
* | Fix up schemas some more | Erik Johnston | 2015-03-20 | 2 | -2/+2 |
| | |||||
* | Remove redundant key | Erik Johnston | 2015-03-19 | 1 | -1/+0 |
| | |||||
* | Fix up schemas to work with mariadb | Erik Johnston | 2015-03-19 | 12 | -69/+67 |
| | |||||
* | Update schema to work with mariadb | Erik Johnston | 2015-03-18 | 12 | -208/+184 |
| | |||||
* | Actually add full_schemas dir | Erik Johnston | 2015-03-04 | 12 | -0/+645 |