|
1 |
| -/* |
| 1 | +/* |
2 | 2 | * Sentora Database Schema
|
3 | 3 | */
|
4 | 4 | /*!40101 SET NAMES utf8 */;
|
@@ -597,7 +597,7 @@ CREATE TABLE `x_settings` (
|
597 | 597 | /*Data for the table `x_settings` */
|
598 | 598 |
|
599 | 599 | insert into `x_settings`(`so_id_pk`,`so_name_vc`,`so_cleanname_vc`,`so_value_tx`,`so_defvalues_tx`,`so_desc_tx`,`so_module_vc`,`so_usereditable_en`) values
|
600 |
| -(6,'dbversion','Sentora version','1.0.0',NULL,'Database Version','Sentora Config','false'), |
| 600 | +(6,'dbversion','Sentora version','1.0.3',NULL,'Database Version','Sentora Config','false'), |
601 | 601 | (7,'sentora_root','Sentora root path','/etc/sentora/panel/',NULL,'Sentora Web Root','Sentora Config','true'),
|
602 | 602 | (8,'module_icons_pr','Icons per Row','10',NULL,'Set the number of icons to display before beginning a new line.','Sentora Config','false'),
|
603 | 603 | (10,'Sentora_df','Date Format','H:i jS M Y T',NULL,'Set the date format used by modules.','Sentora Config','true'),
|
|
0 commit comments