-
Notifications
You must be signed in to change notification settings - Fork 16
[$60] Migration plan for new and updates tables #300
Comments
Contest https://www.topcoder.com/challenges/30120923 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30120923 has been updated - it has been assigned to afrisalyp. |
New columns and new tables will be updated automatically at the first runtime. The only thing that needs to be handled is the new indexes on the existing tables. To update the indexes. We can simply put option But, in my opinion, I'm concerned about the new index Please let me know your thoughts on this. |
@afrisalyp - Thanks. I'm fine if we remove the |
Looks like the issue I'm seeing is a problem in the dev environment with the current rights for the configured AWS account:
|
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30120923 |
@afrisalyp - As you mentioned, we added new columns to a couple tables, and new tables entirely, to support new features. This is fine for starting from scratch, but we have to support existing data that's already in the app.
Can you offer a migration plan or script that we can use to create the new columns and tables please? I have access to Dynamo in dev, so we can test it there first.
The text was updated successfully, but these errors were encountered: