Skip to content

Commit

Permalink
Add posibility to divide metric to the small pieces
Browse files Browse the repository at this point in the history
For example:
We can have more cloud volume types of for allocated storate metric.
  • Loading branch information
lpichler committed Oct 13, 2017
1 parent 32f1506 commit c31f9a4
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 AddSubMetricToChargebackRateDetail < ActiveRecord::Migration[5.0]
def change
add_column :chargeback_rate_details, :sub_metric, :string
end
end
1 change: 1 addition & 0 deletions db/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ chargeback_rate_details:
- chargeback_rate_detail_measure_id
- chargeback_rate_detail_currency_id
- chargeable_field_id
- sub_metric
chargeback_rates:
- id
- guid
Expand Down

0 comments on commit c31f9a4

Please sign in to comment.