Fix crashes in runner.js and git command in server.js

This commit is contained in:
2025-12-29 10:54:59 +11:00
parent 4c888b0500
commit da6c67b72d
3 changed files with 21 additions and 16 deletions

View File

@@ -15,7 +15,8 @@ async function initSchema() {
scores JSONB NOT NULL,
metrics JSONB NOT NULL,
user_uuid TEXT NOT NULL,
user_ip TEXT NOT NULL
user_ip TEXT NOT NULL,
filmstrip JSONB
);
`;
await client.query(query);