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
It must be possible to deactivate an entire Model for x-faker in schema.yaml.
But please do not delete the "ModelFaker" itself!
I have written a function ./yii faker/clear in this pullRequest, which uses the dependencies between the models. #21
So that everything can be deleted, the reverse order must be observed. However, the sequence itself is determined by "ModelFaker".
This means that the "ModelFaker" should continue to exist, but must not generate any data.
The text was updated successfully, but these errors were encountered:
It must be possible to deactivate an entire Model for x-faker in schema.yaml.
But please do not delete the "ModelFaker" itself!
I have written a function ./yii faker/clear in this pullRequest, which uses the dependencies between the models.
#21
So that everything can be deleted, the reverse order must be observed. However, the sequence itself is determined by "ModelFaker".
This means that the "ModelFaker" should continue to exist, but must not generate any data.
The text was updated successfully, but these errors were encountered: