diff --git a/corehq/apps/accounting/migrations/0064_add_form_link_workflow_priv.py b/corehq/apps/accounting/migrations/0064_add_form_link_workflow_priv.py index e530684a3621..2f1a763496a8 100644 --- a/corehq/apps/accounting/migrations/0064_add_form_link_workflow_priv.py +++ b/corehq/apps/accounting/migrations/0064_add_form_link_workflow_priv.py @@ -13,7 +13,7 @@ def _grandfather_form_link_workflow_privs(apps, schema_editor): call_command( 'cchq_prbac_grandfather_privs', FORM_LINK_WORKFLOW, - skip_edition='Paused,Community,Standard', + skip_edition='Paused,Community', noinput=True, )