Does it possible to put default data to migrations...
# prisma-whats-new
m
Does it possible to put default data to migrations in graphcool project?
a
I’m afraid not yet šŸ˜ž I did this script to generate and run migrations files where all your migrations are stored in your database (kind of like the migrations with rails) maybe this can help https://gist.github.com/antho1404/576642a12f07f09f853a42ecf67a45f3
m
@antho1404 thank you for answer!
šŸ‘ 1