Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove remainders of buggy pg test
  • Loading branch information
m-kuhn committed Apr 7, 2016
1 parent 5cd2319 commit a6a77ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testdata/provider/testdata_pg.sql
Expand Up @@ -322,9 +322,9 @@ CREATE TABLE qgis_test.bikes
CREATE OR REPLACE VIEW qgis_test.bikes_view
AS
SELECT *
FROM qgis_test.books;
FROM qgis_test.bikes;

CREATE OR REPLACE FUNCTION qgis_test.books_view_insert()
CREATE OR REPLACE FUNCTION qgis_test.bikes_view_insert()
RETURNS trigger AS
$BODY$
BEGIN
Expand Down

0 comments on commit a6a77ee

Please sign in to comment.