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/admin
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
..
mailu Support named constraints for multiple backends 6 years ago
migrations Support named constraints for multiple backends 6 years ago
.gitignore Move all directories per theme 7 years ago
Dockerfile Revert "Make current migrations work with postgresql" 6 years ago
README.md Move all directories per theme 7 years ago
audit.py Move all directories per theme 7 years ago
babel.cfg Move all directories per theme 7 years ago
messages.pot Remove services status localization 7 years ago
requirements-prod.txt Revert "Implement CIText as NOCASE alternative in postgresql" 6 years ago
requirements.txt Fix support for postgres and mysql 6 years ago
start.py Merge branch 'master' into refactor-config 6 years ago

README.md

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources