#934050 follow-up by catch: Revert removal of unique index on filter_format.name accidentally left in patch.
parent
2de34a77f2
commit
3d97a4668e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue