mirror of https://github.com/citusdata/citus.git
downgrade queries
parent
b41e848aa6
commit
2bf52adb35
|
@ -1,2 +1,8 @@
|
|||
-- citus--11.3-1--11.2-1
|
||||
-- this is an empty downgrade path since citus--11.2-1--11.3-1.sql is empty for now
|
||||
|
||||
DROP VIEW pg_catalog.citus_stats_tenants;
|
||||
DROP VIEW pg_catalog.citus_stats_tenants_storage;
|
||||
|
||||
DROP FUNCTION pg_catalog.citus_stats_tenants(boolean);
|
||||
DROP FUNCTION pg_catalog.citus_stats_tenants_storage;
|
||||
|
|
|
@ -1325,7 +1325,11 @@ ALTER EXTENSION citus UPDATE TO '11.3-1';
|
|||
SELECT * FROM multi_extension.print_extension_changes();
|
||||
previous_object | current_object
|
||||
---------------------------------------------------------------------
|
||||
(0 rows)
|
||||
| function citus_stats_tenants(boolean) SETOF record
|
||||
| function citus_stats_tenants_storage() SETOF record
|
||||
| view citus_stats_tenants
|
||||
| view citus_stats_tenants_storage
|
||||
(4 rows)
|
||||
|
||||
DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
|
||||
-- show running version
|
||||
|
|
Loading…
Reference in New Issue