Skip to content

Commit 122db79

Browse files
committed
add erc20 as a conflict table
1 parent 7168943 commit 122db79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/db-dump-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export class DBDumpManager {
306306
// Keep the last line as partial if it doesn't end with a newline
307307
partial = chunkStr.endsWith('\n') ? null : lines.pop() || null
308308

309-
const tablesWithConflicts = ['exchange_rate', 'exchange_rate_daily']
309+
const tablesWithConflicts = ['erc20', 'exchange_rate', 'exchange_rate_daily']
310310

311311
let action = async () => {
312312
for (const line of lines) {

0 commit comments

Comments
 (0)