Adds ml reminder in sql upgrade.
authorStéphane Jacob <jacou@melix.net>
Mon, 1 Jun 2009 22:04:46 +0000 (00:04 +0200)
committerStéphane Jacob <jacou@melix.net>
Mon, 1 Jun 2009 22:04:46 +0000 (00:04 +0200)
upgrade/0.10.1/00_inscription.sql

index 5544217..a675433 100644 (file)
@@ -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);