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 af2cc6a commit 63d26acCopy full SHA for 63d26ac
lib/SQL/Translator/Diff.pm
@@ -132,7 +132,7 @@ sub _detect_changes {
132
# Where the key is the name of object which was renamed to something different.
133
# Required to exclude previous versions. Eg. if SRC has x and DST has x it does not
134
# mean that something was changed inside x. It could be possible that DST:x was
135
- # renamed from SRC:y, thus SRC:x should be counted as previous version of DST:x.
+ # renamed from SRC:y, thus SRC:x should not be counted as previous version of DST:x.
136
my $renamed_from = {};
137
138
# Find renamed destination objects and store corresponding source object there. Eg.
0 commit comments