mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-25 16:12:34 +02:00
Add required newline to end of migration file
This commit is contained in:
parent
612581a5d5
commit
629b15c56e
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ exports.down = function (knex) {
|
|||
.alterTable("status_page", function (table) {
|
||||
table.dropColumn("hide_uptime_percentage");
|
||||
});
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue