r55638 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55637‎ | r55638 | r55639 >
Date:18:21, 27 August 2009
Author:werdna
Status:deferred
Tags:
Comment:
Didn't notice r54759, moving the existing patch to a more standard name (follow-up to r54462)
Modified paths:
  • /trunk/extensions/Drafts/Drafts.patch.draft_token.sql (deleted) (history)
  • /trunk/extensions/Drafts/patch-draft_token.sql (added) (history)
  • /trunk/extensions/Drafts/patch-draft_token_change.sql (deleted) (history)

Diff [purge]

Index: trunk/extensions/Drafts/Drafts.patch.draft_token.sql
@@ -1,5 +0,0 @@
2 -
3 -ALTER TABLE /*_*/drafts modify draft_token varbinary(255);
\ No newline at end of file
Index: trunk/extensions/Drafts/patch-draft_token_change.sql
@@ -1,2 +0,0 @@
2 -ALTER TABLE /*_*/drafts change column draft_token draft_token VARBINARY(255);
Index: trunk/extensions/Drafts/patch-draft_token.sql
@@ -0,0 +1,5 @@
 2+--
 3+-- Schema patch for Drafts
 4+--
 5+
 6+ALTER TABLE /*_*/drafts modify draft_token varbinary(255);
\ No newline at end of file
Property changes on: trunk/extensions/Drafts/patch-draft_token.sql
___________________________________________________________________
Added: svn:eol-style
17 + native

Follow-up revisions

RevisionCommit summaryAuthorDate
r55866Follow-up r55638: Fix patch file name. This helps to run update.php successfu...raymond10:06, 6 September 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54462Fixes bug 19686 -- changed draft_token to varbinary instead of int to avoid h...nimishg17:27, 5 August 2009
r54759Created database patch (for users affected by bug 19686)nimishg23:22, 10 August 2009

Status & tagging log