mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 09:05:49 +02:00
Add receive endpoint for megabytes transfered
This commit is contained in:
parent
0d91966609
commit
5a3e1444d1
7 changed files with 82 additions and 6 deletions
|
@ -26,6 +26,8 @@ export const sites = sqliteTable("sites", {
|
|||
subdomain: text("subdomain"),
|
||||
pubKey: text("pubKey"),
|
||||
subnet: text("subnet"),
|
||||
megabytesIn: integer("bytesIn"),
|
||||
megabytesOut: integer("bytesOut")
|
||||
});
|
||||
|
||||
// Resources table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue