Add required newline to end of migration file

pull/4587/head
Bas Wieringa 2 months ago
parent 612581a5d5
commit 629b15c56e

@ -13,4 +13,4 @@ exports.down = function (knex) {
.alterTable("status_page", function (table) {
table.dropColumn("hide_uptime_percentage");
});
};
};

Loading…
Cancel
Save