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