Skip to content

Commit 8afbccc

Browse files
authored
Release v8.0.2 (#1286)
1 parent de04fca commit 8afbccc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v8.0.2
22

33
#### Fixed
44

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.1
1+
8.0.2

test/cases/coerced_tests.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,9 @@ def test_add_on_delete_restrict_foreign_key_coerced
11831183
end
11841184
end
11851185

1186+
# SQL Server does not support 'restrict' for 'on_update' or 'on_delete'.
1187+
coerce_tests! :test_remove_foreign_key_with_restrict_action
1188+
11861189
# Error message depends on the database adapter.
11871190
coerce_tests! :test_add_foreign_key_with_if_not_exists_not_set
11881191
def test_add_foreign_key_with_if_not_exists_not_set_coerced

0 commit comments

Comments
 (0)