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.
mailu/core
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
..
admin Support named constraints for multiple backends 6 years ago
dovecot Standarize image by using shared / similair layers 6 years ago
nginx Standarize image by using shared / similair layers 6 years ago
none pin alpine-version for 'none'-image 6 years ago
postfix Merge pull request #633 from kaiyou/fix-sender-checks 6 years ago