mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
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.
9 lines
304 B
SQL
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;
|