<@U0RQY0KK5> I think there may be a problem with t...
# prisma-whats-new
j
@nilan I think there may be a problem with the command chaining in
prisma deploy
looks as though it is attempting to create the subscription before the schema has been migrated
n
Yes that's correct, this limitation is already documented here: https://github.com/graphcool/prisma/issues/1649
can you work around this by first deploying the data model changes, then the new subscription?
j
yeah of course
n
ok! 🙂 we;ll look into fixing this soon
j
thanks