mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 18:18:30 +02:00
better url-ing in the ui (#68); demo improvements
This commit is contained in:
@ -52,7 +52,9 @@ create table services (
|
||||
id integer primary key,
|
||||
environment_id integer constraint fk_environments_services references environments on delete cascade,
|
||||
ziti_service_id string not null unique,
|
||||
endpoint string,
|
||||
zrok_service_id string not null unique,
|
||||
frontend string,
|
||||
backend string,
|
||||
active boolean not null,
|
||||
created_at datetime not null default(strftime('%Y-%m-%d %H:%M:%f', 'now')),
|
||||
updated_at datetime not null default(strftime('%Y-%m-%d %H:%M:%f', 'now')),
|
||||
|
Reference in New Issue
Block a user