The core problem with temporary directives is ther...
# prisma-migrate
r
The core problem with temporary directives is there is no history of how the db got from point A to point B. This becomes a nightmare when trying to deploy code. The code base should be entirely stateless from environment.
👍 4