We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474c808 commit fbb3e8dCopy full SHA for fbb3e8d
ruby/scripts/prepare-db-upgrade.sh
@@ -73,7 +73,7 @@ check_hash_valid()
73
}
74
75
# Get the hash of the previous and current DB Schema files
76
-prev_hash="$(git show "${prev_hash}:${scheme_file}" | git hash-object --stdin)"
+prev_hash="$(git show "${prev_hash}:ruby/${scheme_file}" | git hash-object --stdin)"
77
check_hash_valid previous "${prev_hash}"
78
current_hash="$(git hash-object "${scheme_file}")"
79
check_hash_valid current "${current_hash}"
0 commit comments