Add required newline to end of migration file

This commit is contained in:
Bas Wieringa 2024-03-15 17:09:53 +01:00
parent 612581a5d5
commit 629b15c56e

View file

@ -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");
}); });
}; };