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
Users might want to delete schemas. We don't currently support this.
Proposed solution
A function that handles deleting of schemas in the database. We should raise an error if there is anything outside of the schema referencing the schema.
Additional context
This should be in the db module.
The text was updated successfully, but these errors were encountered:
Problem
Users might want to delete schemas. We don't currently support this.
Proposed solution
A function that handles deleting of schemas in the database. We should raise an error if there is anything outside of the schema referencing the schema.
Additional context
This should be in the
db
module.The text was updated successfully, but these errors were encountered: