Skip to content

Commit

Permalink
Fix migration name typo: s/shorback/showback/
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Sep 26, 2017
1 parent d4ccb97 commit bce865a
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 bce865a

Please sign in to comment.