mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 02:23:49 +08:00
4 lines
256 B
SQL
4 lines
256 B
SQL
-- Manually drop the following functions / procedures since 'OR REPLACE' is missing in 2.13.0
|
|
DROP PROCEDURE IF EXISTS _timescaledb_functions.repair_relation_acls();
|
|
DROP FUNCTION IF EXISTS _timescaledb_functions.makeaclitem(regrole, regrole, text, bool);
|