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 |
1 | 8 | + native |