Merge pull request #13304 from zmstone/0620-minor-refactoring
chore: minimize oss/platform diff
This commit is contained in:
commit
fcc9f5cca4
|
@ -25,7 +25,7 @@ schemas(Edition) ->
|
||||||
auth_ext(Edition) ++
|
auth_ext(Edition) ++
|
||||||
authn(Edition) ++
|
authn(Edition) ++
|
||||||
authz() ++
|
authz() ++
|
||||||
customized().
|
customized(Edition).
|
||||||
|
|
||||||
auth_ext(ce) ->
|
auth_ext(ce) ->
|
||||||
[];
|
[];
|
||||||
|
@ -67,5 +67,5 @@ authz_mods() ->
|
||||||
].
|
].
|
||||||
|
|
||||||
%% Add more schemas here.
|
%% Add more schemas here.
|
||||||
customized() ->
|
customized(_Edition) ->
|
||||||
[].
|
[].
|
||||||
|
|
Loading…
Reference in New Issue