1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin/migrations/versions
kaiyou b8282b1d46 Support named constraints for multiple backends
Supporting multiple backends requires that specific sqlite
collations are not used, thus lowercase is applied to all non
case-sensitive columns. However, lowercasing the database requires
temporary disabling foreign key constraints, which is not possible
on SQLite and requires we specify the constraint names.

This migration specific to sqlite and postgresql drops every
constraint, whether it is named or not, and recreates all of them
with known names so we can later disable them.
2018-12-10 15:16:30 +01:00
..
3b281286c7bd_.py Rebase reply startdate on master 2018-10-16 20:38:18 +02:00
3f6994568962_.py Fix an old migration that was reading configuration before migrating 2018-11-08 20:30:20 +01:00
9c28df23f77e_.py Fix support for postgres and mysql 2018-12-10 15:16:30 +01:00
12e9a4f6ed73_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
25fd6c7bcb4a_.py Store the quota status in database 2018-07-26 21:38:21 +02:00
27ae2f102682_.py Fix support for postgres and mysql 2018-12-10 15:16:30 +01:00
49d77a93118e_.py Add enabled flag to user model 2018-04-15 11:23:58 +02:00
73e56bad5ec5_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
77aa22ad72e2_.py Add an end of vacation field, related to #218 2017-11-10 15:25:30 +01:00
049fed905da7_.py Fix support for postgres and mysql 2018-12-10 15:16:30 +01:00
546b04c886f0_.py Support named constraints for multiple backends 2018-12-10 15:16:30 +01:00
2335c80a6bc3_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
9400a032eb1a_.py Revert "Implement CIText as NOCASE alternative in postgresql" 2018-12-10 15:01:27 +01:00
423155f8fc15_.py Add a signup field to domains 2017-12-03 12:00:44 +01:00
a4accda8a8c7_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
c9a0b4e653cf_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
c162ac88012a_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
c5696b48442d_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
cd79ed46d9c2_.py Merge alembic migrations 2018-11-08 21:55:39 +01:00
dc8c25cf5b98_.py Move all directories per theme 2017-11-01 12:11:04 +01:00
ff0417f4318f_.py Fix support for postgres and mysql 2018-12-10 15:16:30 +01:00