r99479 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99478‎ | r99479 | r99480 >
Date:14:31, 11 October 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
add new fields to mail sql file
Modified paths:
  • /trunk/extensions/Contest/Contest.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/Contest.sql
@@ -13,6 +13,8 @@
1414 contest_opportunities VARCHAR(255) NOT NULL, -- Name of the page with opportunities
1515 contest_intro VARCHAR(255) NOT NULL, -- Name of the page with the intro text
1616 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
1719
1820 contest_submission_count SMALLINT unsigned NOT NULL-- Amount of submissions made to the contest
1921 ) /*$wgDBTableOptions*/;

Status & tagging log