Skip to content

Commit d6bd18c

Browse files
committed
Update preconf sentora release
1 parent ced8df5 commit d6bd18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

preconf/sentora-install/sql/sentora_core.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
* Sentora Database Schema
33
*/
44
/*!40101 SET NAMES utf8 */;
@@ -597,7 +597,7 @@ CREATE TABLE `x_settings` (
597597
/*Data for the table `x_settings` */
598598

599599
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'),
601601
(7,'sentora_root','Sentora root path','/etc/sentora/panel/',NULL,'Sentora Web Root','Sentora Config','true'),
602602
(8,'module_icons_pr','Icons per Row','10',NULL,'Set the number of icons to display before beginning a new line.','Sentora Config','false'),
603603
(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

Comments
 (0)