From: Stéphane Jacob Date: Mon, 1 Jun 2009 22:04:46 +0000 (+0200) Subject: Adds ml reminder in sql upgrade. X-Git-Tag: xorg/0.10.1~65 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=f75b677b160fbaa226d275c1a3772c20d6977214;p=platal.git Adds ml reminder in sql upgrade. --- diff --git a/upgrade/0.10.1/00_inscription.sql b/upgrade/0.10.1/00_inscription.sql index 5544217..a675433 100644 --- a/upgrade/0.10.1/00_inscription.sql +++ b/upgrade/0.10.1/00_inscription.sql @@ -17,6 +17,7 @@ INSERT INTO reminder_type (name, weight, remind_delay_yes, remind_delay_no, rem ('profile_update', 90, 0, 0, 2), ('nl', 80, 0, 365, 7), ('promotion_ml', 70, 0, 365, 7), + ('ml', 70, 0, 0, 7), ('email_backup', 60, 0, 365, 7), ('gapps', 50, 0, 365, 7), ('ax_letter', 50, 0, 365, 14);