mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Refactor servatrice email send
This commit is contained in:
parent
0d5e169648
commit
1ffc9b4561
49 changed files with 2542 additions and 2574 deletions
|
|
@ -205,3 +205,7 @@ CREATE TABLE IF NOT EXISTS `cockatrice_log` (
|
|||
KEY `target_id` (`target_id`),
|
||||
KEY `target_name` (`target_name`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `cockatrice_activation_emails` (
|
||||
`name` varchar(35) NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue