diff --git a/test/spec/fixtures/schema.sql b/test/spec/fixtures/schema.sql index 75aad252c6..c9d0f402c1 100644 --- a/test/spec/fixtures/schema.sql +++ b/test/spec/fixtures/schema.sql @@ -1,5 +1,5 @@ SET check_function_bodies = false; --- Hide warnings because casts on domains would show a lot of: +-- !Hide warnings because casts on domains would show a lot of: -- WARNING: cast will be ignored because the source data type is a domain SET client_min_messages = error;