Add required newline to end of migration file
This commit is contained in:
parent
612581a5d5
commit
629b15c56e
|
@ -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");
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue