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()
|
||||
);
|
||||
1147
migrations/meta/0015_snapshot.json
Normal file
1147
migrations/meta/0015_snapshot.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -106,6 +106,13 @@
|
||||
"when": 1772012229060,
|
||||
"tag": "0014_heavy_kitty_pryde",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 15,
|
||||
"version": "7",
|
||||
"when": 1772415040979,
|
||||
"tag": "0015_neat_donald_blake",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user