better url-ing in the ui (#68); demo improvements

This commit is contained in:
Michael Quigley
2022-09-28 14:47:42 -04:00
parent 3639635d48
commit 02d6b7fce9
10 changed files with 53 additions and 25 deletions

View File

@ -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')),