mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
renamed column in auction from type to platform
This commit is contained in:
parent
d8c0ba2432
commit
9766650ae4
9 changed files with 16 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue