mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Update db migration: down function
knex requires down function
This commit is contained in:
parent
138075a2af
commit
9c8024c7fa
@ -8,4 +8,7 @@ exports.up = function (knex) {
|
||||
table.string("snmp_condition").defaultTo(null); // Add oid column
|
||||
});
|
||||
};
|
||||
|
||||
exports.down = function (knex) {
|
||||
// Nothing to do here
|
||||
};
|
Loading…
Reference in New Issue
Block a user