How can we help you today? How can we help you today?
JimmyG
As I said I'm still learning the product so it could be something I did incorrectly.  The two pushes you see in the picture above have already successfully been executed.   The first push, 'Merge branch main...', was my initial push to the repository after I set up the Flyway project.  I committed all the changes to the project, then used GIT to do a force push to the repository.  I exited the project, opened it back up, and everything looked OK. The second push called test, I modified a stored proc with the project closed.  I opened the project and it auto detected the changed stored procedure. Next...I don't remember which sequence I did but it was one of these: 1) I committed the change to main;  created a branch and pushed the branch to the repository; OR 2) I created a branch; committed the change to the branch; then pushed the branch to the repository. After the successful push of test, I switched back to the main branch and deleted the newly created 'push' branch.   After, I closed the project and reopened it. It auto detected the change to the stored procedure I had just successfully pushed.  In the Version Control portion of the Flyway project I noticed that there were two pulls from the repository available, so I pulled them. At that point it pulled down the two pushes I had already performed.   This next part -- it's been about 5 days so I don't remember exactly...but I want to say the two objects you see in the picture above reappeared as uncommitted changes after I pulled them down from the repository.  I remember thinking if I committed them to main, maybe that would square everything up, so that's what I did, and that brings me to where I currently am -- with the two commits above listed as "ready to push", even though they have already been pushed.   That's a lot, I hope it makes sense... / comments
As I said I'm still learning the product so it could be something I did incorrectly.  The two pushes you see in the picture above have already successfully been executed.  The first push, 'Merge br...
0 votes