mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-29 00:01:00 +00:00
fix: address the comments
This commit is contained in:
@@ -202,7 +202,6 @@ async function createTables() {
|
||||
table.text("footer_text");
|
||||
table.text("custom_css");
|
||||
table.boolean("show_powered_by").notNullable().defaultTo(true);
|
||||
table.string("rss_title", 255);
|
||||
table.string("google_analytics_tag_id");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user