186 introduced diffing the entire db directory, but the problem is some people do not store schema dumps under version control (to avoid merging) and the diff command is not recursive by default, so changes in db/migrate are not picked up. This PR sets diff to work recursively
186 introduced diffing the entire db directory, but the problem is some people do not store schema dumps under version control (to avoid merging) and the
diff
command is not recursive by default, so changes in db/migrate are not picked up. This PR setsdiff
to work recursively