fix: clear assignment_v2_just_enabled flag after migration enqueue
This commit is contained in:
committed by
Tanmay Deep Sharma
parent
5bf5c88075
commit
a53c2dd687
@@ -30,6 +30,7 @@ module Enterprise::Concerns::Account
|
||||
end
|
||||
|
||||
def migrate_assignment_policies
|
||||
@assignment_v2_just_enabled = false
|
||||
Migration::AccountAssignmentPolicyJob.perform_later(self)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user