mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
The update smoke test script can be used to test that an extension works correctly. It will run the normal update tests, but do it against a single server. It also makes some minor refactorings of the update tests to make it possible to run the tests against different versions of the server and also support the smoke tests where some features cannot be tested.
6 lines
227 B
SQL
6 lines
227 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.
|
|
|
|
DROP TABLE PUBLIC."two_Partitions" CASCADE;
|