Add receive endpoint for megabytes transfered

This commit is contained in:
Owen Schwartz 2024-09-28 23:51:52 -04:00
parent 0d91966609
commit 5a3e1444d1
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
7 changed files with 82 additions and 6 deletions

View file

@ -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