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