After upgrade Migration fails #454
Answered
by
excid3
saleheenkhan
asked this question in
Q&A
|
Hello, Created the migrations Trying to ran the migration & getting the following error Can anyone help me with this? Thanks, |
Answered by
excid3
Oct 11, 2021
Replies: 1 comment 1 reply
|
@saleheenkhan Looks like you may have missed a migration from v2 that creates the |
1 reply
Answer selected by
saleheenkhan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@saleheenkhan Looks like you may have missed a migration from v2 that creates the
pay_subscription_idcolumn. You can just modify the migration to fix it.