This takes care of the following scenario. During restore, before tabDefaultValue is created if a request/command executes frappe.db.get_tables, then the cached value db_tables is populated with partial list of tables. bootstrap_database then checks if this partial list contains tabDefaultValue (as a sanity test to see if the restore worked). This check fails even though the database is correctly restored. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| framework_mariadb.sql | ||
| schema.py | ||
| setup_db.py | ||