Skip to content

Commit 29d1348

Browse files
committed
fix: script
1 parent f59fce2 commit 29d1348

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/migrations/src/copyCache.script.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ export const copyTableData = async (
204204
VALUES ${valueStrings.join(", ")}
205205
`;
206206

207-
console.log(columns);
208207
await targetPool.query(insertQuery, valueParams);
209208

210209
processedRows += insertBatch.length;

0 commit comments

Comments
 (0)