issues
search
tenancy
/
multi-tenant
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k
stars
394
forks
source link
Fix Schema Division Handling
#955
Open
mikebronner
opened
4 years ago
mikebronner
commented
4 years ago
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.
This PR aims to fix some issues with with schema division: