r110992 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110991‎ | r110992 | r110993 >
Date:00:24, 9 February 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
svn added missing file
Modified paths:
  • /trunk/extensions/EducationProgram/sql/AddRevIdentifier.sql (added) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/sql/AddRevIdentifier.sql
@@ -0,0 +1,6 @@
 2+-- MySQL for the Education Program extension.
 3+-- Licence: GNU GPL v3+
 4+-- Author: Jeroen De Dauw < jeroendedauw@gmail.com >
 5+
 6+ALTER TABLE /*_*/ep_revisions ADD COLUMN rev_object_identifier VARCHAR(255) NULL;
 7+CREATE INDEX /*i*/ep_revision_object_identifier ON /*_*/ep_revisions (rev_object_identifier);
\ No newline at end of file
Property changes on: trunk/extensions/EducationProgram/sql/AddRevIdentifier.sql
___________________________________________________________________
Added: svn:eol-style
18 + native

Status & tagging log