Skip to content
Snippets Groups Projects

Populate state table

Merged kainguyen requested to merge Populate-State-Table into main
4 files
+ 139
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -52,6 +52,8 @@ const executeSQLFile = (filePath) => {
}
});
}
console.log("Just added: ", statement);
});
// release connection after all statements
Loading