Skip to content

Commit 8f8079d

Browse files
committed
temp: before and after
1 parent 855f9a7 commit 8f8079d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/active_record/connection_adapters/cockroachdb/referential_integrity.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ def disable_referential_integrity
4848
end
4949
execute_batch(statements, "Disable referential integrity -> remove foreign keys")
5050

51+
STDOUT.puts "BEFORE FK"
5152
yield
53+
STDOUT.puts "AFTER FK"
5254

5355
# Prefixes and suffixes are added in add_foreign_key
5456
# in AR7+ so we need to temporarily disable them here,

0 commit comments

Comments
 (0)