Load the rest of the fixtures

This commit is contained in:
Rafa de la Torre 2016-04-14 15:53:40 +02:00
parent 06ebc706c0
commit eeded3d420
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
SET client_min_messages TO NOTICE;
SET client_min_messages TO WARNING;
\set ECHO none
Loading obs_table.sql fixture file...
Loading fixtures...
Done.

View File

@ -1,6 +1,9 @@
SET client_min_messages TO NOTICE;
SET client_min_messages TO WARNING;
\set ECHO none
\echo Loading obs_table.sql fixture file...
\echo Loading fixtures...
\i test/fixtures/obs_table.sql
\i test/fixtures/obs_column_table.sql
\i test/fixtures/obs_column.sql
\i test/fixtures/obs_column_to_column.sql
\echo Done.
\unset ECHO