updated view and database

This commit is contained in:
ske087
2026-06-24 15:21:40 +03:00
parent cb12a8f1cf
commit a48b3afb83
14 changed files with 372 additions and 205 deletions
+3
View File
@@ -34,6 +34,9 @@ def main():
else:
print("❌ Database initialization failed")
return 1
else:
# Existing database make sure any newly added columns are present
db.ensure_schema()
# Create initial dummy data if database is empty (for testing)
create_sample_data_if_needed()