Skip to content

Commit

Permalink
refactor: Do not exclude trashed, upgraded forms
Browse files Browse the repository at this point in the history
  • Loading branch information
kjohnson committed Sep 11, 2024
1 parent b66fc7d commit 6146be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Campaigns/Migrations/MigrateFormsToCampaignForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ protected function getUpgradedFormData(): array
->on('campaign_forms.form_id', 'forms.ID');
})
->where('forms.post_type', 'give_forms')
->where('forms.post_status', 'trash', '!=')
->whereIsNotNull('give_formmeta_attach_meta_migratedFormId.meta_value')
->getAll();
}
Expand Down

0 comments on commit 6146be5

Please sign in to comment.