Rename maildb table to mail

This commit is contained in:
Johannes Zellner
2018-01-23 15:45:30 +01:00
parent ec910e8ca1
commit 147c728743
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ CREATE TABLE IF NOT EXISTS domains(
/* the default db collation is utf8mb4_unicode_ci but for the app table domain constraint we have to use the old one */
CHARACTER SET utf8 COLLATE utf8_bin;
CREATE TABLE IF NOT EXISTS maildb(
CREATE TABLE IF NOT EXISTS mail(
domain VARCHAR(128) NOT NULL UNIQUE,
enabled BOOLEAN DEFAULT 0, /* MDA enabled */