Skip to content

Commit 1f614f0

Browse files
committed
update metadata schema
1 parent 7361512 commit 1f614f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/meta.fbs

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
table NdbEventMeta {
33
received_at:int;
4+
reactions:int;
5+
quotes:int;
6+
reposts:int;
7+
zaps:int;
8+
zap_total:long;
49
}
510

611
root_type NdbEventMeta;

0 commit comments

Comments
 (0)