Skip to content

Commit

Permalink
Merge pull request #14488 from Odravison/migration_to_physical_server
Browse files Browse the repository at this point in the history
Adds vendor property to physical_server
(cherry picked from commit 77ebf93)
  • Loading branch information
blomquisg authored and simaishi committed Apr 11, 2017
1 parent 685cab9 commit c9d35e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddVendorPropertyToPhysicalServer < ActiveRecord::Migration[5.0]
def change
add_column :physical_servers, :vendor, :string
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6154,6 +6154,7 @@ physical_servers:
- serial_number
- field_replaceable_unit
- raw_power_state
- vendor
pictures:
- id
- resource_id
Expand Down

0 comments on commit c9d35e1

Please sign in to comment.