DNNCommunity / Dnn.StructuredContent

This is a proof of concept for a structured content solution for DNN Platform (formerly known as DotNetNuke). This should not be used in a production environment. Anything can change at this stage of development.
Other
13 stars 5 forks source link

Create an uninstall SQL script #19

Open valadas opened 3 years ago

valadas commented 3 years ago

We need to create an uninstall sql script if anyone want's to be able to remove the module without leaving data behind.

This involves 2 parts

  1. The tables that were created by the module installer
  2. The tables that were created dynamically by the system

For 1, we just have to create an Uninstal.SqlDataProvider (the goal of this issue

For 2, it would be very difficult right now but it should be easier once I have to time to work on this: https://github.com/dnnsoftware/Dnn.Platform/issues/2160

WillStrohl commented 2 years ago

I just created issue #65 that could be indirectly impacted by this issue.