chore: testing n94 streams

This commit is contained in:
2024-11-19 17:12:03 +00:00
parent e111e50199
commit 877db958fc
9 changed files with 223 additions and 141 deletions

View File

@ -8,7 +8,8 @@ create table user
tos_accepted timestamp,
stream_key text not null default uuid(),
is_admin bool not null default false,
is_blocked bool not null default false
is_blocked bool not null default false,
recording bool not null default false
);
create unique index ix_user_pubkey on user (pubkey);
create table user_stream