mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-09 10:29:24 +08:00
Add required newline to end of migration file
This commit is contained in:
@@ -13,4 +13,4 @@ exports.down = function (knex) {
|
|||||||
.alterTable("status_page", function (table) {
|
.alterTable("status_page", function (table) {
|
||||||
table.dropColumn("hide_uptime_percentage");
|
table.dropColumn("hide_uptime_percentage");
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user