Skip to content

Commit

Permalink
Merge pull request #76 from Fryguy/fix_migration_typo
Browse files Browse the repository at this point in the history
Fix migration name typo: s/shorback/showback/
  • Loading branch information
chessbyte authored Sep 27, 2017
2 parents 51001e8 + bce865a commit d70c375
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class IssueShorbackTiers < ActiveRecord::Migration[5.0]
class IssueShowbackTiers < ActiveRecord::Migration[5.0]
def up
rename_column :showback_tiers, :showback_rates_id, :showback_rate_id
change_column :showback_tiers, :tier_start_value, :float
Expand Down

0 comments on commit d70c375

Please sign in to comment.