12-16-2021, 12:19 PM
I've not yet been able to fully dig into when the deliverynotes table became orphaned, but there are no longer any code references to the table. I noted this table missing before the 4.15.2 release when pre-testing clean installs.
This repository search only finds references in the sql/mysql/ path, from when the table was first created back in v3.11, and other version updates since then, but nowhere else.
So, what should we do?
This repository search only finds references in the sql/mysql/ path, from when the table was first created back in v3.11, and other version updates since then, but nowhere else.
So, what should we do?
- Restore the table and related references?
- Add a drop table with the next release? (or make a release note so that users can do it themselves? ... so that we don't cause any data loss)
- Something else???