We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the configuration mara_db.config.databases() returns by default a database alias mara. This is IMO not necessary anymore:
mara_db.config.databases()
mara
Since mara/mara-pipelines#71 the mara database is optional for mara-pipelines and most installations override the configuration nevertheless. See mara-example-project-1 and mara-example-project-2.
Therefore, I suggest to change it to an empty dictionary ({}) in the next minor or major version.
{}
The text was updated successfully, but these errors were encountered:
remove default database 'mara' #67
2ed8887
202ec75
remove default database 'mara' #67 (#69)
f072dcf
No branches or pull requests
Currently the configuration
mara_db.config.databases()
returns by default a database aliasmara
. This is IMO not necessary anymore:Since mara/mara-pipelines#71 the mara database is optional for mara-pipelines and most installations override the configuration nevertheless. See mara-example-project-1 and mara-example-project-2.
Therefore, I suggest to change it to an empty dictionary (
{}
) in the next minor or major version.The text was updated successfully, but these errors were encountered: