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 5ab20b8 commit 92d2c12Copy full SHA for 92d2c12
test/cases/coerced_tests.rb
@@ -727,7 +727,7 @@ def migrate(x)
727
end
728
729
# SQL Server truncates long table names when renaming.
730
- coerce_tests! test_rename_table_errors_on_too_long_index_name_7_0
+ coerce_tests! :test_rename_table_errors_on_too_long_index_name_7_0
731
def test_rename_table_errors_on_too_long_index_name_7_0_coerced
732
long_table_name = "a" * (connection.table_name_length + 1)
733
0 commit comments