Options

Repo out-of-sync

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?

Answers

  • Options
    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?
  • Options
    dnf98dnf98 Posts: 3 New member
    Thanks Diogo, but the migration script was committed and pushed.  It is no longer showing on the 'Commit' tab.
  • Options
    DiogoDiogo Posts: 67 Silver 5
    edited August 22, 2019 8:33PM
    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.
  • Options
    dnf98dnf98 Posts: 3 New member
    Not sure how, but I have it synced now.  Thanks for the help Diogo.
Sign In or Register to comment.