Fixes enable_ddl propagation

pull/7563/head
gurkanindibay 2024-03-25 11:56:19 +03:00
parent 816540860b
commit 7ab7ffe6b9
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
SELECT pg_reload_conf();
pg_reload_conf
---------------------------------------------------------------------
t
(1 row)