Exchangis icon indicating copy to clipboard operation
Exchangis copied to clipboard

数据库初始化只创建了表,没有添加相关配置,导致问题处理

Open wangkun723 opened this issue 2 years ago • 1 comments

What is the purpose of the change

In the database initialization script of Exchanges, only tables were created without adding relevant configuration data, resulting in the inability to select data sources and other operations during use. This branch has made changes to the database script and fixed errors in the configuration script.

Brief change log

(for example:) -Changed [exchangis_dml. SQL] and corrected SQL errors; -Changed [install. sh] to execute relevant configuration SQL after data initialization

Verifying this change

(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): ( no)
  • Anything that affects deployment: ( no)
  • The Core framework, i.e., JobManager, Server.: (no)

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not applicable )

wangkun723 avatar Dec 18 '23 11:12 wangkun723