Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix: twill loads migrations even if they have been published #2384

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

Tofandel
Copy link
Contributor

@Tofandel Tofandel commented Dec 19, 2023

Description

When we publish the migration of an optional feature the provider still tries to load them, which causes errors because some classes are already defined or some tables are already created

So we can just use the same option as there to avoid this issue https://github.com/area17/twill/pull/2384/files#diff-3aa3569a2d8e3339073067e10469154a3ac6ea32dc9d9fb9f63e735bb1f07f3cR316-R318

@ifox ifox merged commit 782a00d into area17:3.x Jan 9, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants