mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04: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.
|
* The name of the counter.
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $name = 'app.revenue';
|
public $name = 'app.cac';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The datetime of the counter measurement.
|
* The datetime of the counter measurement.
|
||||||
@ -59,14 +59,14 @@ class RevenueTrack extends GenericMixedMetric
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric7 = 'product';
|
public $string_metric7 = 'plan';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gateway Reference
|
* Gateway Reference
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric8 = 'gateway_reference';
|
public $string_metric8 = 'plan_term';
|
||||||
|
|
||||||
public $string_metric9 = 'entity_reference';
|
public $string_metric9 = 'entity_reference';
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user