Skip to content

Commit 2286485

Browse files
authored
Merge pull request #32561 from dimagi/sr/bugfix-ff
Fix Skip Editions for standard
2 parents 64b77b4 + 66d649d commit 2286485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corehq/apps/accounting/migrations/0064_add_form_link_workflow_priv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _grandfather_form_link_workflow_privs(apps, schema_editor):
1313
call_command(
1414
'cchq_prbac_grandfather_privs',
1515
FORM_LINK_WORKFLOW,
16-
skip_edition='Paused,Community,Standard',
16+
skip_edition='Paused,Community',
1717
noinput=True,
1818
)
1919

0 commit comments

Comments
 (0)