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