multi-tenant
multi-tenant copied to clipboard
Fix Schema Division Handling
This PR aims to fix some issues with with schema division:
- only create the schema if it doesn't already exist.
- don't drop privileges for schemas.
- drop schema using cascade in order to clear out its contents.