agent finished and updates servers

This commit is contained in:
2026-03-10 16:41:40 -05:00
parent 68d13b03d3
commit 4f24fe4660
24 changed files with 1738 additions and 53 deletions

View File

@@ -0,0 +1,5 @@
CREATE TABLE "stats" (
"id" text PRIMARY KEY DEFAULT 'serverStats' NOT NULL,
"build" integer DEFAULT 1 NOT NULL,
"last_update" timestamp DEFAULT now()
);