Migrate beyond 9 (to `10-...`)
Hey, I am trying to run a new migration called
10-passport
but I am always getting this error:
I tried the following to options to migrate:
1st.
2nd.
All previous migrations and folder structure as attachments:

2 Replies
Hey 👋
The migration files should be ordered in lexicographic order.
10
is smaller than 9
since 1
is smaller than 9
.
You should use UNIX timestamps instead.I just went with a1 but thanks!