Skip to content

Commit

Permalink
Implement hook_removed_post_updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
joegl committed Nov 7, 2024
1 parent 856ec37 commit 124d2e4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docroot/profiles/sdss/sdss_profile/sdss_profile.post_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@
* sdss_profile.post_update
*/

/**
* Implements hook_removed_post_updates().
*/
function sdss_profile_removed_post_updates() {
return [
'sdss_profile_post_update_8200' => '4.7.0',
'sdss_profile_post_update_8202' => '4.7.0',
'sdss_profile_post_update_update_field_defs' => '4.7.0',
'sdss_profile_post_update_samlauth' => '4.7.0',
'sdss_profile_post_update_site_orgs' => '4.7.0',
];
}

0 comments on commit 124d2e4

Please sign in to comment.