Skip to content

Commit

Permalink
revert the addition of ems_ref to container image
Browse files Browse the repository at this point in the history
  • Loading branch information
Erez Freiberger committed Jul 9, 2017
1 parent 75a9709 commit 88dbeb4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion db/migrate/20170613144708_add_sti_to_container_image.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class AddStiToContainerImage < ActiveRecord::Migration[5.0]
def change
add_column :container_images, :type, :string
add_column :container_images, :ems_ref, :string
end
end
1 change: 0 additions & 1 deletion db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,6 @@ container_images:
- old_ems_id
- deleted_on
- type
- ems_ref
container_label_tag_mappings:
- id
- labeled_resource_type
Expand Down

0 comments on commit 88dbeb4

Please sign in to comment.