lib/ridgepole/diff.rb in ridgepole-0.8.4 vs lib/ridgepole/diff.rb in ridgepole-0.8.5
- old
+ new
@@ -167,10 +167,10 @@
from = from.except(*PRIMARY_KEY_OPTIONS)
to = to.except(*PRIMARY_KEY_OPTIONS)
unless from == to
@logger.warn(<<-MSG)
-[WARNING] No difference of schema configuration for table `#{table_name}` but table options differ.
+[WARNING] Table option changes are ignored on `#{table_name}`.
from: #{from}
to: #{to}
MSG
end
end