diff --git a/CHANGELOG.md b/CHANGELOG.md index 26878b5ee..9bb4642c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Shortened the date in the activities table on mobile - Introduced the fuzzy search for the accounts endpoint - Refactored the fuzzy search for the holdings of the assistant +- Eliminated the warnings of the database seeding process - Improved the language localization for Polish (`pl`) - Improved the language localization for Spanish (`es`) diff --git a/package.json b/package.json index e98dcfe76..152ddef22 100644 --- a/package.json +++ b/package.json @@ -212,6 +212,6 @@ "node": ">=22.18.0" }, "prisma": { - "seed": "node prisma/seed.ts" + "seed": "node prisma/seed.mts" } } diff --git a/prisma/seed.ts b/prisma/seed.mts similarity index 100% rename from prisma/seed.ts rename to prisma/seed.mts