fix: address the comments

This commit is contained in:
leonace924
2026-01-05 20:26:15 -05:00
parent 0b0f017508
commit ad1b0c10a0
4 changed files with 14 additions and 19 deletions
-1
View File
@@ -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");
});