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 1362ec7 commit 6a95e9bCopy full SHA for 6a95e9b
.travis.yml
@@ -17,5 +17,6 @@ before_script:
17
- psql -c 'create database postgresql_cursor_test;' -U postgres
18
- psql -c 'CREATE ROLE travis SUPERUSER LOGIN CREATEDB;' -U postgres
19
- psql -c 'create table products ( id serial primary key, data varchar);' -U postgres -d postgresql_cursor_test
20
+ - psql -c 'create table prices ( id serial primary key, data varchar, product_id integer);' -U postgres -d postgresql_cursor_test
21
addons:
22
postgresql: '12.1'
0 commit comments