Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

2.0.0-alpha22.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Errorname Errorname released this 26 Feb 18:25
· 54 commits to master since this release

Note: This version is compatible with [email protected]

New commands

Migrate save

prisma-multi-tenant migrate save
prisma-multi-tenant migrate my_tenant save

This command is a wrapper to prisma2 migrate save. If no tenant is given in arguments, it will use the default DATABASE_URL value.

New management

prisma-multi-tenant new management

This command will create a new management database.

Note: If you then want to use it a your default database, don't forget to update the values in the prisma/.env file.

Documentation

Two new examples are available:

A new Contributing Guide is also available. (Don't hesitate to contribute 😉)