Added db migration file

This commit is contained in:
iotux 2025-12-15 17:35:27 +01:00
parent e579846dc7
commit 4a9fac5180

View File

@ -1,5 +1,5 @@
/**
* @param {import("knex").Knex} knex
* @param {import("knex").Knex} knex The Knex.js instance for database interaction.
* @returns {Promise<void>}
*/
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<void>}
*/
exports.down = async (knex) => {