OHDSI / PatientLevelPrediction

An R package for performing patient level prediction in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/PatientLevelPrediction
181 stars 88 forks source link

Delete tables in createPlpResultTables doesn't clean up all tables #445

Open egillax opened 2 months ago

egillax commented 2 months ago

When running createPlpResultTables with deleteTables set to TRUE it doesn't remove the migration tables that have been generated. I'm not so familiar with the migration functionality so maybe this is by design. But this is causing the test database servers to get filled with *migration and *package_version tables from the PLP. Also not sure from where the package_version table comes from.