mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
fix type column name
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
class ChangeTypeToBicycleType < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column(:bikes, :type, :bike_type)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user