mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
adjust admin tooling to support creating open/closed permission mode frontends (#539)
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
-- +migrate Up
|
||||
|
||||
alter table frontends add column permission_mode permission_mode_type not null default('open');
|
||||
|
||||
create table frontend_grants (
|
||||
id serial primary key,
|
||||
|
||||
|
Reference in New Issue
Block a user