Bananas in the right place
This commit is contained in:
parent
08e5489147
commit
3345fcf8b0
|
@ -699,7 +699,6 @@ sync_cluster_task() ->
|
|||
Reason :: term().
|
||||
|
||||
sync_cluster_task(Nodes) ->
|
||||
exit(banana),
|
||||
%% We assume that a feature flag can only be enabled, not disabled.
|
||||
%% Therefore this synchronization searches for feature flags enabled on
|
||||
%% some nodes but not all, and make sure they are enabled everywhere.
|
||||
|
|
|
@ -358,6 +358,8 @@ definitions() ->
|
|||
end.
|
||||
|
||||
mandatory_definitions() ->
|
||||
%% This is exactly where I got the error, in the call to `gm:table_definitions`
|
||||
exit(banana),
|
||||
pre_khepri_definitions()
|
||||
++ gm:table_definitions()
|
||||
++ mirrored_supervisor:table_definitions()
|
||||
|
|
Loading…
Reference in New Issue