mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 04:01:01 +00:00
Added db migration file
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user