mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 11:21:07 +02:00
more slickness tweaks for demonstration purposes
This commit is contained in:
@ -12,7 +12,7 @@ create table services (
|
||||
id integer primary key,
|
||||
environment_id integer constraint fk_environments_services references environments on delete cascade,
|
||||
z_id string not null unique,
|
||||
token string not null unique,
|
||||
token string not null unique,
|
||||
share_mode string not null,
|
||||
backend_mode string not null,
|
||||
frontend_selection string,
|
||||
|
Reference in New Issue
Block a user