-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete copy tables from production database #679
Comments
pls take through code review process |
DROP TABLE sr_observations; will not work as it depends on other things. I tried this on local db of one org. [2024-04-19 14:20:13] [2BP01] ERROR: cannot drop table sr_observations because other objects depend on it |
Executed on prod |
Some of these tables may accidentally go another customer when we export, so it is better we remove these tables.
checklist_item_temp, checklist_temp, hd_waste_type, hiren_test_virtual_catchment_address_mapping_table, individual_copy_ck, individual_copy_ihmp, individual_copy, individual_copy_ck, individual_copy_ihmp, program_encounter_copy, program_enrolment_ck, program_enrolment_copy, program_enrolment_ihmp, temp_birth_weight_migration_fix
check and delete whether they are used in reports still
jsscp_month_years, sr_enrolment_year, sr_observations,
Look for additional tables if they have been created since the last time this was checked.
The text was updated successfully, but these errors were encountered: