fixed typo, updated change log to reflect new email properties
This commit is contained in:
parent
47a79bf060
commit
2100a3c992
2 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ sub updateCs {
|
|||
$session->db->write("alter table Collaboration add column mailPassword varchar(255)");
|
||||
$session->db->write("alter table Collaboration add column mailAddress varchar(255)");
|
||||
$session->db->write("alter table Collaboration add column mailPrefix varchar(255)");
|
||||
$session->db->write("alter table Collaboration add column getMail int not null 0");
|
||||
$session->db->write("alter table Collaboration add column getMail int not null default 0");
|
||||
$session->db->write("alter table Collaboration add column getMailInterval int not null default 300");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue