We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7168943 commit 122db79Copy full SHA for 122db79
1 file changed
src/utils/db-dump-manager.ts
@@ -306,7 +306,7 @@ export class DBDumpManager {
306
// Keep the last line as partial if it doesn't end with a newline
307
partial = chunkStr.endsWith('\n') ? null : lines.pop() || null
308
309
- const tablesWithConflicts = ['exchange_rate', 'exchange_rate_daily']
+ const tablesWithConflicts = ['erc20', 'exchange_rate', 'exchange_rate_daily']
310
311
let action = async () => {
312
for (const line of lines) {
0 commit comments