mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Reduce bulk of schema
This commit is contained in:
parent
e06e94363b
commit
f1ef674c20
@ -30,7 +30,7 @@ class RevenueTrack extends GenericMixedMetric
|
||||
* The name of the counter.
|
||||
* @var string
|
||||
*/
|
||||
public $name = 'app.revenue';
|
||||
public $name = 'app.cac';
|
||||
|
||||
/**
|
||||
* The datetime of the counter measurement.
|
||||
@ -59,14 +59,14 @@ class RevenueTrack extends GenericMixedMetric
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric7 = 'product';
|
||||
public $string_metric7 = 'plan';
|
||||
|
||||
/**
|
||||
* Gateway Reference
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric8 = 'gateway_reference';
|
||||
public $string_metric8 = 'plan_term';
|
||||
|
||||
public $string_metric9 = 'entity_reference';
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user