Erik Johnston
|
18f8247701
|
Use TEXT instead of VARCHAR(n), since PostgreSQL treats them the same except for a limit
|
2015-04-28 12:41:33 +01:00 |
Erik Johnston
|
0ec346d942
|
Add unique index to room_aliases, remove duplicates on upgrade. Convert some columns back to TEXT from bytea
|
2015-04-17 11:10:20 +01:00 |
Erik Johnston
|
58d8339966
|
Add support for postgres instead of mysql. Change sql accourdingly. blob + varbinary -> bytea. No support for UNSIGNED or CREATE INDEX IF NOT EXISTS.
|
2015-04-14 13:53:20 +01:00 |
Erik Johnston
|
4d5b098626
|
Use LONGBLOB and TEXT for arbitary length rows
|
2015-04-10 18:45:09 +01:00 |
Erik Johnston
|
7e863c51e6
|
Use unsigned bigint
|
2015-04-10 11:22:04 +01:00 |
Erik Johnston
|
a1665c5094
|
Revert non-trivial schema changes and move them to a new schema version.
|
2015-04-10 10:05:44 +01:00 |