Skip to content

Commit 6a95e9b

Browse files
authored
Create prices table on CI as well.
1 parent 1362ec7 commit 6a95e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ before_script:
1717
- psql -c 'create database postgresql_cursor_test;' -U postgres
1818
- psql -c 'CREATE ROLE travis SUPERUSER LOGIN CREATEDB;' -U postgres
1919
- 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
2021
addons:
2122
postgresql: '12.1'

0 commit comments

Comments
 (0)