Qbox-project / qbx_core

http://qbox-project.github.io
Other
45 stars 109 forks source link

"No database selected" fix #500

Open Molicheu opened 1 week ago

Molicheu commented 1 week ago

Description

This pull request adds a conditional statement to create the qboxproject database only if it does not already exist. This ensures that existing data is not overwritten unintentionally, enhancing data safety during setup and updates.

Checklist

BigSmoKe07 commented 1 day ago

When performing a manual installation, it is necessary to select a database. However, if you are using txAdmin's deployer, it will manage the database connection for you. For reference, please see the txAdmin documentation here. Additionally, if the SQL query encounters existing tables, they will be skipped without affecting the current setup.