chore: minimize oss/platform diff
This commit is contained in:
parent
3a276e8875
commit
7d32275ebe
|
@ -25,7 +25,7 @@ schemas(Edition) ->
|
|||
auth_ext(Edition) ++
|
||||
authn(Edition) ++
|
||||
authz() ++
|
||||
customized().
|
||||
customized(Edition).
|
||||
|
||||
auth_ext(ce) ->
|
||||
[];
|
||||
|
@ -67,5 +67,5 @@ authz_mods() ->
|
|||
].
|
||||
|
||||
%% Add more schemas here.
|
||||
customized() ->
|
||||
customized(_Edition) ->
|
||||
[].
|
||||
|
|
Loading…
Reference in New Issue