#934050 follow-up by catch: Revert removal of unique index on filter_format.name accidentally left in patch.

merge-requests/26/head
Angie Byron 2010-10-20 06:32:32 +00:00
parent 2de34a77f2
commit 3d97a4668e
1 changed files with 0 additions and 4 deletions

View File

@ -475,10 +475,6 @@ function filter_update_7009() {
* Change {filter_format}.format and {filter}.format into varchar.
*/
function filter_update_7010() {
// Remove the unique index for 'name'. Text formats have sufficient uniqueness
// through machine names.
db_drop_unique_key('filter_format', 'name');
db_change_field('filter_format', 'format', 'format', array(
'type' => 'varchar',
'length' => 255,