multi-tenant icon indicating copy to clipboard operation
multi-tenant copied to clipboard

Fix Schema Division Handling

Open mikebronner opened this issue 4 years ago • 0 comments

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.

mikebronner avatar Jul 28 '20 16:07 mikebronner