diff --git a/db/knex_migrations/2025-12-11-0000-rename-to-system-service-monitor.js b/db/knex_migrations/2025-12-11-0000-rename-to-system-service-monitor.js index 16e981746..9920e31db 100644 --- a/db/knex_migrations/2025-12-11-0000-rename-to-system-service-monitor.js +++ b/db/knex_migrations/2025-12-11-0000-rename-to-system-service-monitor.js @@ -1,5 +1,5 @@ /** - * @param {import("knex").Knex} knex + * @param {import("knex").Knex} knex The Knex.js instance for database interaction. * @returns {Promise} */ exports.up = async (knex) => { @@ -18,7 +18,7 @@ exports.up = async (knex) => { }; /** - * @param {import("knex").Knex} knex + * @param {import("knex").Knex} knex The Knex.js instance for database interaction. * @returns {Promise} */ exports.down = async (knex) => {