Skip to content

Commit

Permalink
Archive Container Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiva committed Jun 25, 2017
1 parent e9d356d commit d5c95f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddDisconnectionFieldsToContainerNode < ActiveRecord::Migration[5.0]
def change
add_column :container_nodes, :old_ems_id, :bigint
add_column :container_nodes, :deleted_on, :datetime
end
end
2 changes: 2 additions & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,8 @@ container_nodes:
- container_runtime_version
- max_container_groups
- created_on
- old_ems_id
- deleted_on
container_port_configs:
- id
- ems_ref
Expand Down

0 comments on commit d5c95f4

Please sign in to comment.