Remove an extra $z++;

This commit is contained in:
FusionPBX
2022-09-19 12:52:24 -06:00
committed by GitHub
parent e29877e958
commit dee0b53cfe

View File

@@ -93,7 +93,6 @@
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$z++;
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "insert_date";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';