Fix MySQL create tables problem (amavis_mysql_2.7.1.sql)
Tables msgrcpt and quarantine were not created during installation..
This commit is contained in:
@@ -165,6 +165,7 @@ CREATE TABLE msgs (
|
||||
-- mail Subject header field, UTF8
|
||||
host varchar(255) NOT NULL, -- hostname where amavisd is running
|
||||
PRIMARY KEY (partition_tag,mail_id),
|
||||
INDEX (mail_id),
|
||||
FOREIGN KEY (sid) REFERENCES maddr(id) ON DELETE RESTRICT
|
||||
) ENGINE=InnoDB;
|
||||
CREATE INDEX msgs_idx_sid ON msgs (sid);
|
||||
|
||||
Reference in New Issue
Block a user