r109094 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109093‎ | r109094 | r109095 >
Date:00:54, 17 January 2012
Author:kaldari
Status:ok
Tags:
Comment:
adding twitter to the schema
Modified paths:
  • /trunk/extensions/CongressLookup/patches/CongressLookup.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/patches/CongressLookup.sql
@@ -7,7 +7,8 @@
88 `ss_state` varchar(2) NOT NULL,
99 `ss_phone` varchar(32) NOT NULL,
1010 `ss_fax` varchar(32) NOT NULL,
11 - `ss_contactform` varchar(255) NOT NULL
 11+ `ss_contactform` varchar(255) NOT NULL,
 12+ `ss_twitter` varchar(64) DEFAULT NULL
1213 ) /*$wgDBTableOptions*/;
1314 CREATE INDEX /*i*/ss_state ON /*$wgDBprefix*/cl_senate (ss_state);
1415
@@ -21,7 +22,8 @@
2223 `sh_district` varchar(32) NOT NULL,
2324 `sh_phone` varchar(32) NOT NULL,
2425 `sh_fax` varchar(32) NOT NULL,
25 - `sh_contactform` varchar(255) NOT NULL
 26+ `sh_contactform` varchar(255) NOT NULL,
 27+ `sh_twitter` varchar(64) DEFAULT NULL
2628 ) /*$wgDBTableOptions*/;
2729
2830 CREATE TABLE IF NOT EXISTS /*$wgDBprefix*/cl_zip3 (

Status & tagging log