Skip to content

Commit 2931996

Browse files
committed
fix pg 9.5 constraint tests
1 parent d9918f3 commit 2931996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/pg/constraints_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ defmodule Ecto.Integration.ConstraintsTest do
100100
BEFORE #{String.upcase(before_type)}
101101
ON #{table_name}
102102
FOR EACH ROW
103-
EXECUTE FUNCTION check_price_limit();
103+
EXECUTE PROCEDURE check_price_limit();
104104
"""
105105
end
106106

0 commit comments

Comments
 (0)