mirror of https://github.com/citusdata/citus.git
Fixes flag name
parent
9b6511ad10
commit
feb609868e
|
@ -925,3 +925,4 @@ SELECT result FROM run_command_on_all_nodes(
|
|||
(3 rows)
|
||||
|
||||
drop user create_drop_db_test_user;
|
||||
reset citus.enable_create_database_propagation;
|
||||
|
|
|
@ -546,4 +546,4 @@ SELECT result FROM run_command_on_all_nodes(
|
|||
);
|
||||
|
||||
drop user create_drop_db_test_user;
|
||||
reset enable_create_database_propagation;
|
||||
reset citus.enable_create_database_propagation;
|
||||
|
|
Loading…
Reference in New Issue