Skip to content

Commit 7c1d573

Browse files
committed
fix migration script v2
1 parent e330b9b commit 7c1d573

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

poweremail_campaign/migrations/5.0.24.5.0/post-0001_add_wizard_resend_mails.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ def up(cursor, installed_version):
3636

3737
load_access_rules_from_model_name(
3838
cursor, 'poweremail_campaign', [
39-
'model_wizard_resend_mails_r',
40-
'model_wizard_resend_mails_w',
41-
'model_wizard_resend_mails_u'
39+
'model_wizard_resend_mails'
4240
], mode='init'
4341
)
4442

0 commit comments

Comments
 (0)