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 855f9a7 commit 8f8079dCopy full SHA for 8f8079d
lib/active_record/connection_adapters/cockroachdb/referential_integrity.rb
@@ -48,7 +48,9 @@ def disable_referential_integrity
48
end
49
execute_batch(statements, "Disable referential integrity -> remove foreign keys")
50
51
+ STDOUT.puts "BEFORE FK"
52
yield
53
+ STDOUT.puts "AFTER FK"
54
55
# Prefixes and suffixes are added in add_foreign_key
56
# in AR7+ so we need to temporarily disable them here,
0 commit comments