bcgov / BCHeritage

Branch level repository for documentation and product issues.
Apache License 2.0
4 stars 0 forks source link

Remove temporary table for issue 1034 #1037

Open bferguso opened 3 months ago

bferguso commented 3 months ago

Two temporary tables were created as part of #1034. They should be removed once the fix has been verified an they are no longer necessary. The tables should be deleted as follows:

drop table heritage_site.backup_1034_site_images;
drop table heritage_site.backup_1034_site_document;