Change demoid to String and now use uuidV7 for it. Also add timestamps of demo uploads
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE IF NOT EXISTS demo_heatmaps (
|
||||
demo_id bigint REFERENCES demo_info(demo_id),
|
||||
demo_id TEXT NOT NULL,
|
||||
steam_id TEXT NOT NULL,
|
||||
data TEXT NOT NULL,
|
||||
PRIMARY KEY (demo_id, steam_id)
|
||||
|
||||
Reference in New Issue
Block a user