mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
add reserved column to frontends table (#41)
This commit is contained in:
@ -6,6 +6,7 @@ create table frontends (
|
||||
name varchar(32) not null unique,
|
||||
z_id varchar(32) not null unique,
|
||||
public_name varchar(64) unique,
|
||||
reserved boolean not null default(false),
|
||||
created_at timestamptz not null default(current_timestamp),
|
||||
updated_at timestamptz not null default(current_timestamp)
|
||||
);
|
||||
|
Reference in New Issue
Block a user