mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-11 23:04:59 +00:00
Update log message
This commit is contained in:
@@ -3,6 +3,8 @@ import { sql } from "drizzle-orm";
|
|||||||
|
|
||||||
const version = "1.18.3";
|
const version = "1.18.3";
|
||||||
|
|
||||||
|
await migration();
|
||||||
|
|
||||||
export default async function migration() {
|
export default async function migration() {
|
||||||
console.log(`Running setup script ${version}...`);
|
console.log(`Running setup script ${version}...`);
|
||||||
|
|
||||||
@@ -77,7 +79,7 @@ export default async function migration() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`Migrated ${existingHealthChecks.length} targetHealthCheck row(s) with corrected IDs`
|
`Updated names for ${existingHealthChecks.length} existing targetHealthCheck row(s)`
|
||||||
);
|
);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error("Error while migrating targetHealthCheck rows:", e);
|
console.error("Error while migrating targetHealthCheck rows:", e);
|
||||||
|
|||||||
Reference in New Issue
Block a user