Klimfaktoren
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { prisma } from "#lib/server/prisma";
|
||||
import { prisma } from "#lib/server/prisma.js";
|
||||
import moment from "moment";
|
||||
import csv from "csvtojson"
|
||||
|
||||
@@ -70,4 +70,4 @@ const result = await prisma.klimafaktoren.createMany({
|
||||
})
|
||||
|
||||
|
||||
console.log(`Updated ${result.count} rows!`)
|
||||
console.log(`Updated ${result.count} rows! Pulled ${filename}`)
|
||||
Reference in New Issue
Block a user