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 4e986b5 commit 2fb2aceCopy full SHA for 2fb2ace
integration_test/test_helper.exs
@@ -109,8 +109,12 @@ excludes = [
109
# SQLite3 stores booleans as integers, causing Ecto's json_extract_path tests to fail
110
:json_extract_path,
111
112
+ # SQLite3 does not support ON DELETE SET DEFAULT
113
+ :on_delete_default_all,
114
+
115
# SQLite3 doesn't support specifying columns for ON DELETE SET NULL
116
:on_delete_nilify_column_list,
117
+ :on_delete_default_column_list,
118
119
# not sure how to support this yet
120
:bitstring_type,
0 commit comments