more slickness tweaks for demonstration purposes

This commit is contained in:
Michael Quigley
2022-12-07 12:24:00 -05:00
parent f12868c116
commit 362b8c2b84
5 changed files with 19 additions and 11 deletions

View File

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