r94739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94738‎ | r94739 | r94740 >
Date:10:38, 17 August 2011
Author:nagelp
Status:ok
Tags:
Comment:
Followup to 94729 - forgot to add the Notificator.patch.sql
Modified paths:
  • /trunk/extensions/Notificator/Notificator.patch.sql (added) (history)

Diff [purge]

Index: trunk/extensions/Notificator/Notificator.patch.sql
@@ -0,0 +1,3 @@
 2+-- Version 1.0.2 to 1.1: Index for receiver_email field is too small, enlarge it
 3+ALTER TABLE notificator DROP PRIMARY KEY,
 4+ ADD PRIMARY KEY (page_id, rev_id, receiver_email(255));
Property changes on: trunk/extensions/Notificator/Notificator.patch.sql
___________________________________________________________________
Added: svn:eol-style
15 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94729Changed version to 1.1, use new addExtensionUpdate, modify one index in the d...nagelp06:16, 17 August 2011

Status & tagging log