~migrations broke??~ i can't read
did the migrations script break for anyone? I got a github action that always runs
d1 migrations apply <DB> and it always did a check to see if there where any new migrations to apply and applied them (if none, then did nothing).
but since my last commit ~30 mins ago, it started applying them all over again (not just the new ones)2 Replies
I'm using:
wrangler-action@v3 and set the wranglerVersion: "3.34.2"
the problem is with wrangler, I went back to a known-good version 3.22.4, didn't test all the ones between 3.22.4 and 3.34.2
i'll check the changelogs to see if i can find anything related to thisok... it was this
