Skip to content

Instantly share code, notes, and snippets.

@cored
Created August 24, 2020 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cored/11ccac384283cbdcd9bddb415a761de9 to your computer and use it in GitHub Desktop.
Save cored/11ccac384283cbdcd9bddb415a761de9 to your computer and use it in GitHub Desktop.
# frozen_string_literal: true
class RenameCountiesTable < ActiveRecord::Migration[5.0]
def change
rename_table :counties, :county_fees
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment