feat(app): stats added in to check if build in last build and also if theres a pending file
This commit is contained in:
5
migrations/0008_exotic_scrambler.sql
Normal file
5
migrations/0008_exotic_scrambler.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE "serverStats" (
|
||||
"id" uuid PRIMARY KEY DEFAULT gen_random_uuid() NOT NULL,
|
||||
"build" integer DEFAULT 1 NOT NULL,
|
||||
"lastUpdate" timestamp DEFAULT now()
|
||||
);
|
||||
Reference in New Issue
Block a user