kevlened / fireway

A schema migration tool for firestore
MIT License
277 stars 41 forks source link

Install rank just has "1" appended to it when it should be incremented #54

Closed ykns closed 2 years ago

ykns commented 2 years ago

Noticed this after doing a few migrations:

image

I would expect the install_rank to be a number and to be incremented however it looks be treated as string here hence the appending behaviour. Any ideas?

ykns commented 2 years ago

Just realised that this was caused by me incorrectly editing the installed_rank and I will mark it as closed.