Update database_utils.py

This commit is contained in:
Believethehype 2024-03-19 12:34:12 +01:00
parent a16cab30df
commit 04ccf9ace5

View File

@ -106,7 +106,7 @@ def get_from_sql_table(db, npub):
return None
else:
if len(row) != 9:
if len(row) < 9:
add_sql_table_column(db)
# Migrate