Skip to content

Commit

Permalink
Create prices table on CI as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Jan 17, 2020
1 parent 1362ec7 commit 6a95e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ before_script:
- psql -c 'create database postgresql_cursor_test;' -U postgres
- psql -c 'CREATE ROLE travis SUPERUSER LOGIN CREATEDB;' -U postgres
- psql -c 'create table products ( id serial primary key, data varchar);' -U postgres -d postgresql_cursor_test
- psql -c 'create table prices ( id serial primary key, data varchar, product_id integer);' -U postgres -d postgresql_cursor_test
addons:
postgresql: '12.1'

0 comments on commit 6a95e9b

Please sign in to comment.