From ca338ae401d360e476dcf782eef19be9e8ab2650 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 24 Oct 2022 10:30:24 +0200 Subject: [PATCH] test: Remove unused no_pk_view from fixtures Signed-off-by: Wolfgang Walther --- test/spec/fixtures/schema.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/spec/fixtures/schema.sql b/test/spec/fixtures/schema.sql index 113aeb975..75a534ce0 100644 --- a/test/spec/fixtures/schema.sql +++ b/test/spec/fixtures/schema.sql @@ -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