I’m working on an updated version of litium and often when trying to figure something out using the database it’s hard finding the correct tables because deprecated tables(?) are not being removed.
For example:
In this particular example the data is still present in the [dbo].[CMS_UrlRedirects]-table but, as far as I can see it’s not being used and the data was migrated in some upgrade to the other table.
Would it be possible to “clean” the database and remove all old tables including data?
Perhaps there could be an opt in/out to keep old tables? Or some kind of documentation that “these tables can be removed/truncated if your solution no longer needs them”.
In our solution both the amount of data and the complexity of finding the correct data is a problem.