fix mistakes in templates

This commit is contained in:
kitoy
2025-12-16 08:18:04 +01:00
parent 899759a2fb
commit c4e1318722
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ def db_migrate(database):
totp_col = True
if "blog_theme" == col[0]:
blog_theme_col = True
cursor.execute("""SELECT name FROM PRAGMA_TABLE_INFO('Blog_posts');""")
db_columns = cursor.fetchall()