seitime-frappe/frappe/database
Aditya Hase d334379b02
fix(restore): Repopulate db_tables cache after database restore
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.
2021-12-22 10:58:17 +05:30
..
mariadb fix(restore): Repopulate db_tables cache after database restore 2021-12-22 10:58:17 +05:30
postgres feat: make rating field's stars customizable with options field 2021-12-13 16:03:21 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
database.py fix(restore): Repopulate db_tables cache after database restore 2021-12-22 10:58:17 +05:30
db_manager.py refactor: Meaningful variable names 2020-11-09 18:54:47 +05:30
query.py fix: misc fixes 2021-12-06 13:04:27 +05:30
schema.py fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30