timescaledb/test/sql/updates/cleanup.constraints.sql
Mats Kindahl b909d4857d Fixes to smoke update tests
Smoke tests where missing critical files and some tests had changed
since last run and did not handle update smoke tests, so fixing all
necessary issues.
2022-03-01 13:15:46 +01:00

9 lines
304 B
SQL

-- This file and its contents are licensed under the Apache License 2.0.
-- Please see the included NOTICE for copyright information and
-- LICENSE-APACHE for a copy of the license.
ALTER TABLE "two_Partitions"
DROP CONSTRAINT IF EXISTS two_Partitions_device_id_2_fkey;
DROP TABLE IF EXISTS devices;