agent finished and updates servers
This commit is contained in:
5
migrations/0015_neat_donald_blake.sql
Normal file
5
migrations/0015_neat_donald_blake.sql
Normal 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()
|
||||
);
|
||||
Reference in New Issue
Block a user