added sql for who to send punish mails to

This commit is contained in:
fred-fri 2013-05-10 15:10:44 +09:00
parent ede340511d
commit fad065af75

@ -9,5 +9,8 @@ CREATE TABLE IF NOT EXISTS `general_system_settings_fs_thesis_comment_punish_rec
KEY `FKBB22CEE02AC37675` (`GeneralSystemSettings_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
INSERT INTO `general_system_settings_fs_thesis_comment_punish_recipients` (`GeneralSystemSettings_id`, `mail`) VALUES
(1, 'matchsupport@dsv.su.se');
ALTER TABLE final_seminar ADD `punishChecked` tinyint(1) NOT NULL;
ALTER TABLE `general_system_settings` ADD `punishMailDate` datetime DEFAULT NULL;