Revision 2b3c8cc1
Added by Assos Assos about 9 years ago
drupal7/sites/all/modules/file_entity/file_entity.install | ||
---|---|---|
1070 | 1070 |
db_add_primary_key('file_metadata', array('fid', 'name')); |
1071 | 1071 |
db_drop_index('file_metadata', 'temp'); |
1072 | 1072 |
} |
1073 |
|
|
1074 |
/** |
|
1075 |
* This update has been removed and will not run. |
|
1076 |
*/ |
|
1077 |
function file_entity_update_7216() { |
|
1078 |
// This update function previously saved default file displays into the |
|
1079 |
// database. It has been removed due to reported problems and is better |
|
1080 |
// addressed by adding support for ctools default content to features. |
|
1081 |
} |
Also available in: Unified diff
Weekly update of contrib modules