wrangler d1 migrations apply remote failing to find pending migrations to apply, ends without applyi
wrangler d1 migrations apply remote failing to find pending migrations to apply, ends without applying anything.
wrangler.toml
My
~/tess-fs/web/ [main] npx wrangler d1 migrations list name-db
wrangler 3.83.0
-------------------
No migrations to apply!
~/tess-fs/web/ [main] npx wrangler d1 migrations list name-db --remote
wrangler 3.83.0
-------------------
~/tess-fs/web/ [main*]
-------------------
wrangler.toml
My
migrations folder do have some unapplied .sql files, but it fails to find them ~/tess-fs/web/ [main] npx wrangler d1 migrations list name-db
-------------------
~/tess-fs/web/ [main] npx wrangler d1 migrations list name-db --remote
-------------------
~/tess-fs/web/ [main*]
-------------------


