mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Add insert_date, insert_user, update_date, update_user to all tables
This commit is contained in:
@@ -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++;
|
||||
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user