You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm always frustrated when I need to reset a database to its initial state. I have to manually delete the database and set it up from scratch, which is time-consuming and prone to errors.
Describe the solution you'd like
Add a "Rebuild Database" option that completely resets the database and reinitializes it with the default schema. This would function as a clean state without requiring manual deletion or reconfiguration.
Describe alternatives you've considered
Manually delete the database and recreate it from scratch.
Additional context
A "Rebuild Database" option would streamline workflows for developers and admins who frequently reset their environments or need to start fresh for testing purposes.
Will you send a PR to implement it?
No
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
I'm always frustrated when I need to reset a database to its initial state. I have to manually delete the database and set it up from scratch, which is time-consuming and prone to errors.
Describe the solution you'd like
Add a "Rebuild Database" option that completely resets the database and reinitializes it with the default schema. This would function as a clean state without requiring manual deletion or reconfiguration.
Describe alternatives you've considered
Additional context
A "Rebuild Database" option would streamline workflows for developers and admins who frequently reset their environments or need to start fresh for testing purposes.
Will you send a PR to implement it?
No
The text was updated successfully, but these errors were encountered: