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