Got a question about how the `README.md` is genera...
# prisma-migrate
e
Got a question about how the
README.md
is generated in a migration. I’ve had a case where the SQL in the
README.md
included some
ALTER TABLE _table_ …
but were not in the
steps.json
file. So when I ran the
migrate up
, the table was not altered as advertised in the
README.md
. Is this a bug or is there something with our setup that could have caused this?
j
Sounds like a bug. If you create an issue, someone can look into the details.
👍 1