mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
frontends.name -> frontends.token (#119)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
create table frontends (
|
||||
id serial primary key,
|
||||
environment_id integer not null references environments(id),
|
||||
name varchar(32) not null unique,
|
||||
token varchar(32) not null unique,
|
||||
z_id varchar(32) not null unique,
|
||||
public_name varchar(64) unique,
|
||||
reserved boolean not null default(false),
|
||||
|
Reference in New Issue
Block a user