first commit
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
postgres-1 | 2026-02-23 01:31:55.224 UTC [86] ERROR: column "account_hash" of relation "group_members" already exists
|
||||
postgres-1 | 2026-02-23 01:31:55.224 UTC [86] STATEMENT: ALTER TABLE group_members ADD COLUMN account_hash TEXT;
|
||||
postgres-1 | 2026-02-23 01:31:55.234 UTC [86] ERROR: column "requester_account_hash" of relation "group_join_requests" already exists
|
||||
postgres-1 | 2026-02-23 01:31:55.234 UTC [86] STATEMENT: ALTER TABLE group_join_requests ADD COLUMN requester_account_hash TEXT;
|
||||
postgres-1 | 2026-02-23 01:31:55.266 UTC [86] ERROR: syntax error at or near "OR" at character 8
|
||||
postgres-1 | 2026-02-23 01:31:55.266 UTC [86] STATEMENT: INSERT OR IGNORE INTO user_runelite_accounts (
|
||||
postgres-1 | account_hash,
|
||||
postgres-1 | user_id,
|
||||
postgres-1 | linked_at,
|
||||
postgres-1 | is_active
|
||||
postgres-1 | )
|
||||
postgres-1 | SELECT
|
||||
postgres-1 | runelite_account_hash,
|
||||
postgres-1 | id,
|
||||
postgres-1 | created_at,
|
||||
postgres-1 | CASE WHEN runelite_linked = 1 THEN 1 ELSE 0 END
|
||||
postgres-1 | FROM users
|
||||
postgres-1 | WHERE runelite_account_hash IS NOT NULL
|
||||
postgres-1 | AND runelite_account_hash <> ''
|
||||
app-1 | file:///app/src/dbPostgresSyncBridge.js:36
|
||||
app-1 | const error = new Error(message);
|
||||
app-1 | ^
|
||||
app-1 |
|
||||
app-1 | Error: syntax error at or near "OR"
|
||||
app-1 | at normalizeWorkerError (file:///app/src/dbPostgresSyncBridge.js:36:17)
|
||||
app-1 | at request (file:///app/src/dbPostgresSyncBridge.js:134:17)
|
||||
app-1 | at Object.run (file:///app/src/dbPostgresSyncBridge.js:177:18)
|
||||
app-1 | at initializeSchema (file:///app/src/db.js:503:5)
|
||||
app-1 | at file:///app/src/server.js:328:1 {
|
||||
app-1 | code: '42601'
|
||||
app-1 | }
|
||||
app-1 |
|
||||
app-1 | Node.js v22.22.0
|
||||
worker-1 exited with code 1 (restarting)
|
||||
app-1 exited with code 1 (restarting)
|
||||
Gracefully Stopping... press Ctrl+C again to force
|
||||
|
||||
Container gigagimbank-worker-1 Stopping
|
||||
Container gigagimbank-app-1 Stopping
|
||||
Container gigagimbank-app-1 Stopped
|
||||
Container gigagimbank-worker-1 Stopped
|
||||
Container gigagimbank-postgres-1 Stopping
|
||||
Container gigagimbank-redis-1 Stopping
|
||||
Reference in New Issue
Block a user