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
In development, we seed the database with categories. We don't seed the staging database. We should think of a way to update the staging (and eventually production) categories. Possible approaches:
Is it feasible to seed the staging database? Maybe we reset all the data in staging once in a while and start from a fresh seed. Then, we figure out production later.
Maybe node script that lives in the backend that we can run against a staging db connection that creates/updates interests.
The text was updated successfully, but these errors were encountered:
In development, we seed the database with categories. We don't seed the staging database. We should think of a way to update the staging (and eventually production) categories. Possible approaches:
The text was updated successfully, but these errors were encountered: