#Should I use `db push` or `migrate`?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
I need to make some changes in my schema but im not sure which one do i use to update my schema! Can someone help me decide?
hi
as far i understood, you push when you're still adding fields, editing the models etc in your schema and you're not afraid to wipe data
Db push is used during dev enviroment, and you still dont have a deployed production or QA version