Skip to content

Improve migration style guide

Arturo Herrero requested to merge improve-migration-style-guide into master

What does this MR do?

Small merge request addressing a couple of things:

  • Update the links in migration templates.
  • Update example in the migration style guide:
    • Remove unnecessary mixing with migration helper methods.
    • Passing a hash containing :from and :to will make this change reversible in migration.

Merge request reports