Add insert_date, insert_user, update_date, update_user to all tables

This commit is contained in:
markjcrane
2022-09-18 00:54:37 -06:00
parent ba3b60b07b
commit eb5c25aa35
64 changed files with 2751 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
<?php
//application details
$apps[$x]['name'] = "Poly";
$apps[$x]['uuid'] = "6af4ac15-8091-4974-a04a-322637cf8d65";
@@ -27,6 +28,7 @@
$apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";
//default settings
$y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "77bd00d7-9d8f-4f55-9a43-f3e0ca0ff8af";
@@ -278,4 +280,4 @@
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Handset 10 outbound dialplan rules";
$y++;
?>
?>