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