Uninstall repository tables schema and data
Hi,
We have built a server update site that also adds schema (repoTools -addTables).
See https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner
When the user wants to uninstall, and remove the specific schema (and data) added before, what is the documented procedure?
I understand that dropTables and createTables remove all the tables, not just the contributed tables.
Thanks,
Dekel
We have built a server update site that also adds schema (repoTools -addTables).
See https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner
When the user wants to uninstall, and remove the specific schema (and data) added before, what is the documented procedure?
I understand that dropTables and createTables remove all the tables, not just the contributed tables.
Thanks,
Dekel
One answer
We don't have a mechanism to drop selected tables already present in the schema. Removing the selected tables / schema is a very time consuming process because the selected tables data might be referenced by other tables.
Please file an enhancement request to support this functionality.
--- Balaji
Jazz Server Team
Please file an enhancement request to support this functionality.
--- Balaji
Jazz Server Team
Hi,
We have built a server update site that also adds schema (repoTools -addTables).
See https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner
When the user wants to uninstall, and remove the specific schema (and data) added before, what is the documented procedure?
I understand that dropTables and createTables remove all the tables, not just the contributed tables.
Thanks,
Dekel