You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
6 years ago
..
3b281286c7bd_.py Rebase reply startdate on master 6 years ago
3f6994568962_.py Fix an old migration that was reading configuration before migrating 6 years ago
9c28df23f77e_.py Fix support for postgres and mysql 6 years ago
12e9a4f6ed73_.py Move all directories per theme 7 years ago
25fd6c7bcb4a_.py Store the quota status in database 6 years ago
27ae2f102682_.py Fix support for postgres and mysql 6 years ago
49d77a93118e_.py Add enabled flag to user model 7 years ago
049fed905da7_.py Fix support for postgres and mysql 6 years ago
73e56bad5ec5_.py Move all directories per theme 7 years ago
77aa22ad72e2_.py Add an end of vacation field, related to #218 7 years ago
546b04c886f0_.py Support named constraints for multiple backends 6 years ago
2335c80a6bc3_.py Move all directories per theme 7 years ago
9400a032eb1a_.py Revert "Implement CIText as NOCASE alternative in postgresql" 6 years ago
423155f8fc15_.py Add a signup field to domains 7 years ago
a4accda8a8c7_.py Move all directories per theme 7 years ago
c9a0b4e653cf_.py Move all directories per theme 7 years ago
c162ac88012a_.py Move all directories per theme 7 years ago
c5696b48442d_.py Move all directories per theme 7 years ago
cd79ed46d9c2_.py Merge alembic migrations 6 years ago
dc8c25cf5b98_.py Move all directories per theme 7 years ago
ff0417f4318f_.py Fix support for postgres and mysql 6 years ago