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
Currently we have two folders under the api project that are API specific, they are migrations and seeds. These should be namespaced together to indicate they are "db" specific and separate from the actual API logic.
They can either be grouped under an /api/db folder, or move them up to a new top-level db folder.
The text was updated successfully, but these errors were encountered:
Currently we have two folders under the api project that are API specific, they are
migrations
andseeds
. These should be namespaced together to indicate they are "db" specific and separate from the actual API logic.They can either be grouped under an /api/db folder, or move them up to a new top-level db folder.
The text was updated successfully, but these errors were encountered: