Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: duplicate migration files in Dockerfile #68

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

froger
Copy link
Collaborator

@froger froger commented Mar 6, 2024

The original image git.octree.ch:4567/decidim/vocacity/system/decidim-0.27 have already migrations files in it. With this PR, we remove the migration from this first image, and replace them with the one present in our mautic repository.

This will fix the following error on development redeploy, while doing a rails db:migrate:

rails aborted!
ActiveRecord::DuplicateMigrationNameError:

Multiple migrations have the name DeviseCreateDecidimUsers.

Tasks: TOP => db:migrate

@froger froger merged commit 144fdbe into mautic:main Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant