Skip to content

Commit

Permalink
Add object_labels to Container Template
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiva committed Jul 5, 2017
1 parent e9d356d commit a56a1b9
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 AddObjectLabelsToContainerTemplates < ActiveRecord::Migration[5.0]
def change
add_column :container_templates, :object_labels, :text
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,7 @@ container_templates:
- objects
- created_at
- updated_at
- object_labels
container_volumes:
- id
- parent_id
Expand Down

0 comments on commit a56a1b9

Please sign in to comment.