For lack of knowledge/experience, I used a migration script to make both schema and data changes that had to occur together.  Deployment went fine, but my local and remote repos no longer match the source database.  How can I get them synced?
FC
0

Comments

4 comments

  • Diogo
    Is it the case that you need to commit the schema changes that were in your migration? Are they not showing on your commit tab?
    Diogo
    0
  • dnf98
    Thanks Diogo, but the migration script was committed and pushed.  It is no longer showing on the 'Commit' tab.
    dnf98
    0
  • Diogo
    Yes, but what about the schema changes? I presume that is what you still need to commit to make the repos match the database. Or are there other differences?
    Did you run the SQL in your migration script on your development database to change its schema? If you did I think it should show your schema changes on the commit tab.
    Diogo
    0
  • dnf98
    Not sure how, but I have it synced now.  Thanks for the help Diogo.
    dnf98
    0

Add comment

Please sign in to leave a comment.