Skip to content
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

Create an uninstall SQL script #19

Open
valadas opened this issue Sep 18, 2021 · 1 comment
Open

Create an uninstall SQL script #19

valadas opened this issue Sep 18, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@valadas
Copy link
Member

valadas commented Sep 18, 2021

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: dnnsoftware/Dnn.Platform#2160

@WillStrohl
Copy link
Member

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

@WillStrohl WillStrohl added the good first issue Good for newcomers label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants