From 1459ecc1de040f4b6d94ce8d056e207e14028f87 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 30 May 2025 13:50:24 -0500 Subject: Add more tables to lock list. --- scripts/load_phenotypes_to_db.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/load_phenotypes_to_db.py b/scripts/load_phenotypes_to_db.py index 5ccb5c6..93956f8 100644 --- a/scripts/load_phenotypes_to_db.py +++ b/scripts/load_phenotypes_to_db.py @@ -316,9 +316,14 @@ if __name__ == "__main__": # https://oracle-base.com/articles/mysql/mysql-identify-locked-tables # `SHOW OPEN TABLES LIKE 'Publish%';` _db_tables_ = ( + "Species", + "InbredSet", + "Strain", + "StrainXRef", "Publication", "Phenotype", "PublishXRef", + "PublishFreeze", "PublishData", "PublishSE", "NStrain") -- cgit v1.2.3