Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wangkun723
Copy link

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant