mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-19 21:21:01 +00:00
feat: publish n96 segments
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user