Skip to content

Commit fa231c0

Browse files
authored
Re-run the whole migration (#1786)
1 parent a3c3427 commit fa231c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/class-migration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public static function maybe_migrate() {
186186
}
187187

188188
if ( \version_compare( $version_from_db, 'unreleased', '<' ) ) {
189+
self::migrate_followers_to_ap_actor_cpt();
189190
\wp_schedule_single_event( \time(), 'activitypub_upgrade', array( 'update_actor_json_storage' ) );
190191
}
191192

0 commit comments

Comments
 (0)