Skip to content

Commit

Permalink
fix(migrations_fixer): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtancoigne committed Nov 8, 2023
1 parent bcda96b commit 78f40d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/migrations_fixer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def helper
Fix migrations issue when switching from osp-app to decidim-app. Rake task will automatically save already passed migrations from current project that are marked as 'down'.
Then it will try to migrate each 'down' version, if it fails, it automatically note as 'up'
Parametes:
Parameters:
* MIGRATIONS_PATH - String [Relative or absolute path] : Pass to previous decidim project
Example: bundle exec rake decidim:db:migrate MIGRATIONS_PATH='../osp-app/db/migrate'
Expand Down

0 comments on commit 78f40d9

Please sign in to comment.