0a1bae9859
We should use config option connection or slave_connection to connect to the database. We can remove it when all consuming projects don't use it anymore. Related-Bug: #1329086 Change-Id: I1960e47b27b5f98f19a07f9899079269bac025cc
8 lines
228 B
YAML
8 lines
228 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The configuration option ``sqlite_db`` is now deprecated and
|
|
will be removed in the future. Please use configuration
|
|
option ``connection`` or ``slave_connection`` to connect to the database.
|
|
|