-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
In enterprise environments it is usually not possible to entirely drop and recreate the database each time you want to remove/recreate the schema. Furthermore Databases usually undergo a tuning process which is not possible when using the database right after creation.
Describe the solution you'd like
Id like to have the drop schema function not simply drop the database. In Db2 and PostgreSQL I implemented this in Version 4.12
Describe alternatives you've considered
The only other way to delete the schema is doing this manually which is defeating the purpose of the function entirely
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request