mirror of https://github.com/citusdata/citus.git
Fixes enable_ddl propagation
parent
816540860b
commit
7ab7ffe6b9
|
@ -1,3 +1,6 @@
|
||||||
|
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
||||||
|
SELECT pg_reload_conf();
|
||||||
|
pg_reload_conf
|
||||||
---------------------------------------------------------------------
|
---------------------------------------------------------------------
|
||||||
t
|
t
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
Loading…
Reference in New Issue