On my staging branch, I committed a folder migrations_lar
with 1 migration file in it. I found the commit where I added it on November 29th. When I look at the staging branch now, the entire migrations_lar
folder is gone. I need to find out when it disappeared. I also want to know if anything else disappeared.
Here is what I have learned:
I ran git log -- database/migrations_lar
The commit where I added the folder has the message "Implement Partner Webhook". None of those other commits delete the folder.
When I get on GitHub and check the status of the staging branch after various commits, I see that folder appears and disappears regularly:
The highlighted rows DO NOT have my commit, and do not have the migrations_lar folder.
The bottom commit has the migrations_lar folder when it was initially created long ago, without my file in it.
I am just completely stumped as to how or when this got lost, and what got lost with it. Any help?
Update
Months ago I added the migrations_lar folder with Laravel's default migrations in it. At some point someone deleted the files therefore the folder.
On Nov 29th I added the folder and the new migration.
At some point after that (I assume) someone created a bad merge with the original deletion. I don't know how this happened. Any clue on how I could find the commit that shows when that file was deleted?!