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

@@ -27,6 +27,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'] = "eebecb32-7c99-4d4c-bf05-6f9ce35da6ea";
@@ -60,6 +61,5 @@
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "1=12hr 0=24hr";
?>
?>