Reduce bulk of schema

This commit is contained in:
David Bomba 2024-05-13 11:00:08 +10:00
parent e06e94363b
commit f1ef674c20
2 changed files with 4 additions and 4 deletions

View File

@ -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