renamed column in auction from type to platform

This commit is contained in:
olegphenomenon 2022-04-13 10:54:49 +03:00
parent d8c0ba2432
commit 9766650ae4
9 changed files with 16 additions and 15 deletions

View file

@ -1,5 +1,5 @@
class AddTypeToAuction < ActiveRecord::Migration[6.1]
def change
# add_column :auctions, :type, :integer, null: true
add_column :auctions, :platform, :integer, null: true
end
end