mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00: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) {
|
.alterTable("status_page", function (table) {
|
||||||
table.dropColumn("hide_uptime_percentage");
|
table.dropColumn("hide_uptime_percentage");
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue