Index: trunk/extensions/Contest/Contest.sql |
— | — | @@ -13,6 +13,8 @@ |
14 | 14 | contest_opportunities VARCHAR(255) NOT NULL, -- Name of the page with opportunities |
15 | 15 | contest_intro VARCHAR(255) NOT NULL, -- Name of the page with the intro text |
16 | 16 | contest_help VARCHAR(255) NOT NULL, -- Name of the page with contest help |
| 17 | + contest_signup_email VARCHAR(255) NOT NULL, -- Name of the page with the signup email text |
| 18 | + contest_reminder_email VARCHAR(255) NOT NULL, -- Name of the page with the reminder email text |
17 | 19 | |
18 | 20 | contest_submission_count SMALLINT unsigned NOT NULL-- Amount of submissions made to the contest |
19 | 21 | ) /*$wgDBTableOptions*/; |