#Should I use `db push` or `migrate`?

4 messages · Page 1 of 1 (latest)

thorn grove
#

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?

ocean stirrup
#

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

thin pebble
#

Db push is used during dev enviroment, and you still dont have a deployed production or QA version