Skip to content

Instantly share code, notes, and snippets.

@mishalzaman
Created August 7, 2020 14:20
Show Gist options
  • Select an option

  • Save mishalzaman/245fa8a55578e5fc5201b71e1589ef39 to your computer and use it in GitHub Desktop.

Select an option

Save mishalzaman/245fa8a55578e5fc5201b71e1589ef39 to your computer and use it in GitHub Desktop.
grep -rl "ActiveRecord::Migration$" db | xargs sed -i "" "s/ActiveRecord::Migration/ActiveRecord::Migration[4.2]/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment