Skip to content
Snippets Groups Projects
Commit eb014f95 authored by Ronan Dowling's avatar Ronan Dowling
Browse files

Fixed comment on install hook

parent f9f69243
No related branches found
No related tags found
No related merge requests found
......@@ -604,7 +604,7 @@ function backup_migrate_update_7302() {
}
/**
* Add a second destination to schedules.
* Add a serial id field to all tables to allow them to be ctools exportable.
*/
function backup_migrate_update_7303() {
foreach (array('backup_migrate_sources' => 'source_id', 'backup_migrate_destinations' => 'destination_id', 'backup_migrate_schedules' => 'schedule_id', 'backup_migrate_profiles' => 'profile_id') as $table => $id) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment