test: Remove unused no_pk_view from fixtures

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-10-24 16:49:32 +02:00
committed by Wolfgang Walther
parent 5135fea797
commit ca338ae401
-3
View File
@@ -2478,9 +2478,6 @@ CREATE AGGREGATE test.unsupported_agg (*) (
STYPE = int
);
create view no_pk_view as
select * from no_pk;
create table limited_update_items(
id int primary key
, name text