Skip to content

Commit

Permalink
* Upgrade verison of frontend.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Jan 9, 2023
1 parent a4e31bb commit 2773a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/db/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ CREATE TABLE IF NOT EXISTS `q_solution` (

REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'navigation', 'global', 'hideInaccessible', 'off');
REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'allowAnonymousAccess', 'off');
REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'version', '2.3.0');
REPLACE INTO `q_config` (`owner`, `module`, `section`, `key`, `value`) VALUES ('system', 'common', 'global', 'version', '2.6.0');

set sql_mode = '';
REPLACE INTO `q_company` (`id`, `name`, `admins`) VALUES (1, '', ',qadmin,');
Expand Down

0 comments on commit 2773a20

Please sign in to comment.