feat: publish n96 segments

This commit is contained in:
2024-11-15 18:26:23 +00:00
parent 9fdc1defaa
commit 0da9bd996f
26 changed files with 278 additions and 75 deletions

View File

@ -13,7 +13,7 @@ create table user
create unique index ix_user_pubkey on user (pubkey);
create table user_stream
(
id integer unsigned not null auto_increment primary key,
id UUID not null primary key,
user_id integer unsigned not null,
starts timestamp not null,
ends timestamp,