mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +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 string not null default('open');
|
||||
|
||||
create table frontend_grants (
|
||||
id integer primary key,
|
||||
|
||||
|
Reference in New Issue
Block a user