Commit 9c20a72
committed
Fix boot up rails tests, use Postgres 11 since rails test schema has incompatible code to postgres 10
ActiveRecord::JDBCError: org.postgresql.util.PSQLException: ERROR: syntax error at or near "FUNCTION"
Position: 140
execute at arjdbc/jdbc/RubyJdbcConnection.java:7751 parent a465a4c commit 9c20a72
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments