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 Feb 24, 2024. It is now read-only.
To generate a model we call buffalo db g model but when destroying we call buffalo d model.
Destroy for model should be buffalo db d model to be consistent with the generator.
To generate a model we call
buffalo db g model
but when destroying we callbuffalo d model
.Destroy for model should be
buffalo db d model
to be consistent with the generator.@markbates thoughts ?
The text was updated successfully, but these errors were encountered: