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 1d1ea09 commit a06eeb4Copy full SHA for a06eeb4
test/cases/coerced_tests.rb
@@ -1190,6 +1190,9 @@ def test_add_on_delete_restrict_foreign_key_coerced
1190
end
1191
1192
1193
+ # SQL Server does not support 'restrict' for 'on_update' or 'on_delete'.
1194
+ coerce_tests! :test_remove_foreign_key_with_restrict_action
1195
+
1196
# Error message depends on the database adapter.
1197
coerce_tests! :test_add_foreign_key_with_if_not_exists_not_set
1198
def test_add_foreign_key_with_if_not_exists_not_set_coerced
0 commit comments