mirror of
https://github.com/timescale/timescaledb.git
synced 2025-06-03 03:43:06 +08:00
4 lines
245 B
SQL
4 lines
245 B
SQL
DROP FUNCTION IF EXISTS _timescaledb_internal.timescale_trigger_names();
|
|
DROP FUNCTION IF EXISTS _timescaledb_internal.main_table_insert_trigger() CASCADE;
|
|
DROP FUNCTION IF EXISTS _timescaledb_internal.main_table_after_insert_trigger() CASCADE;
|