mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-27 22:10:55 +02:00
Update database_utils.py
This commit is contained in:
parent
a16cab30df
commit
04ccf9ace5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user