mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 01:53:41 +08:00
8 lines
319 B
SQL
8 lines
319 B
SQL
-- This file and its contents are licensed under the Timescale License.
|
|
-- Please see the included NOTICE for copyright information and
|
|
-- LICENSE-TIMESCALE for a copy of the license.
|
|
|
|
DROP TABLE IF EXISTS jit_test CASCADE;
|
|
DROP TABLE IF EXISTS jit_test_interval CASCADE;
|
|
DROP TABLE IF EXISTS jit_test_contagg CASCADE;
|