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.
$stdout
1 parent b247ca0 commit 1f91c61Copy full SHA for 1f91c61
test/cases/schema_dumper_test.rb
@@ -83,7 +83,7 @@ def down
83
end
84
ensure
85
migration.migrate(:down)
86
- # $stdout = original
+ $stdout = original
87
88
89
def test_timestamps_schema_dump_before_rails_7_with_timestamptz_setting
@@ -119,7 +119,7 @@ def down
119
120
121
122
123
124
125
def test_schema_dump_with_correct_timestamp_types_via_add_column_before_rails_7_with_timestamptz_setting
@@ -153,7 +153,7 @@ def down
153
154
155
156
157
158
159
def test_schema_dump_when_changing_datetime_type_for_an_existing_app
0 commit comments