Skip to content

Commit

Permalink
Add requests and limits to Persistent Volume Claim
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiva committed Sep 24, 2017
1 parent d4ccb97 commit fbb610d
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 AddRequestsAndLimitsToPersistentVolumeClaims < ActiveRecord::Migration[5.0]
def change
add_column :persistent_volume_claims, :requests, :text
add_column :persistent_volume_claims, :limits, :text
end
end
2 changes: 2 additions & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5612,6 +5612,8 @@ persistent_volume_claims:
- created_at
- updated_at
- container_project_id
- requests
- limits
physical_servers:
- id
- ems_id
Expand Down

0 comments on commit fbb610d

Please sign in to comment.