add initial endpoints
This commit is contained in:
parent
97d089c284
commit
3025f1380c
19 changed files with 300 additions and 9 deletions
|
@ -17,6 +17,7 @@ create type instance_status as enum ('active', 'suspended');
|
|||
create table chat_instances (
|
||||
id text primary key,
|
||||
domain text not null unique,
|
||||
base_url text not null,
|
||||
public_key text not null,
|
||||
status instance_status not null default 'active',
|
||||
reason text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue