You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at processTicksAndRejections (node:internal/process/task_queues:[LINE]:[COL])
11
+
at runQueryWithErrorInstrumentation (~/src/instrumentation.ts:[LINE]:[COL])
12
+
at ~/src/migration.ts:[LINE]:[COL]
13
+
at withAdvisoryLock (~/src/pgReal.ts:[LINE]:[COL])
14
+
at runCommittedMigration (~/src/migration.ts:[LINE]:[COL])
15
+
at ~/src/commands/migrate.ts:[LINE]:[COL]
16
+
at withAdvisoryLock (~/src/pgReal.ts:[LINE]:[COL])
17
+
at ~/src/commands/migrate.ts:[LINE]:[COL]
18
+
at withClient (~/src/pgReal.ts:[LINE]:[COL])
19
+
at _migrate (~/src/commands/migrate.ts:[LINE]:[COL])
20
+
at Object.<anonymous> (~/__tests__/migrate.test.ts:[LINE]:[COL])
21
+
22
+
Severity: ERROR
23
+
Code: 22012
24
+
,[object Object]"
25
+
`;
26
+
3
27
exports[`refuses to run migration with invalid hash 1`] = `"Hash for 000002.sql does not match - sha1:cbed240dda7dfa510ff785783bbe6af7743b3a11 !== sha1:bddc1ead3310dc1c42cdc7f63537ebdff2e9fd7b; has the file been tampered with?"`;
0 commit comments