http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99479

Revision: 99479
Author:   jeroendedauw
Date:     2011-10-11 14:31:02 +0000 (Tue, 11 Oct 2011)
Log Message:
-----------
add new fields to mail sql file

Modified Paths:
--------------
    trunk/extensions/Contest/Contest.sql

Modified: trunk/extensions/Contest/Contest.sql
===================================================================
--- trunk/extensions/Contest/Contest.sql        2011-10-11 14:05:52 UTC (rev 
99478)
+++ trunk/extensions/Contest/Contest.sql        2011-10-11 14:31:02 UTC (rev 
99479)
@@ -13,6 +13,8 @@
   contest_opportunities        VARCHAR(255)        NOT NULL, -- Name of the 
page with opportunities
   contest_intro                VARCHAR(255)        NOT NULL, -- Name of the 
page with the intro text
   contest_help                 VARCHAR(255)        NOT NULL, -- Name of the 
page with contest help
+  contest_signup_email         VARCHAR(255)        NOT NULL, -- Name of the 
page with the signup email text
+  contest_reminder_email       VARCHAR(255)        NOT NULL, -- Name of the 
page with the reminder email text
   
   contest_submission_count     SMALLINT unsigned   NOT NULL-- Amount of 
submissions made to the contest
 ) /*$wgDBTableOptions*/;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to