You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve wrote schema setting on serverless.yml, and I’ve created one table by running migrate command.
After that, I wanna update schema about add GSI on that table, so I added settings about GSI on serverless.yml, and executed migrate command.
Actual Behaviour
But, not expected, table’s schema remains same state.
Expected Behaviour
I’ve wrote schema setting on serverless.yml, and I’ve created one table by running migrate command.
After that, I wanna update schema about add GSI on that table, so I added settings about GSI on serverless.yml, and executed migrate command.
Actual Behaviour
But, not expected, table’s schema remains same state.
I can see below logs.
Can I upgrade schemas, not deleting exsiting table, like
sls deploy
?The text was updated successfully, but these errors were encountered: