Added db migration file
This commit is contained in:
parent
e579846dc7
commit
4a9fac5180
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user