You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
Nice demo, I really enjoyed it. I have a quick question about the
test
table that we created.In the Backgrounds section, we make sure the database is cleared between the scenarios:
and then we do
This is a bit scary so I want to make sure I understand properly. Can we run this in our production environment? meaning is this safe 100%?
What if we omit
-e test
, is this going to delete our prod table?From what I understand in the database section, we created a database for each environment:
symfony_prod
,symfony_dev
andsymfony_test
.But when executing
We are informed
So here is my question, what is the safest way to do this in production environment?
The text was updated successfully, but these errors were encountered: