added image_url column to dicom table

This commit is contained in:
2026-03-10 23:39:44 -03:00
parent 92e3a3f0f9
commit 78d48db9ea
2 changed files with 5 additions and 1 deletions

1
app.py
View File

@@ -71,6 +71,7 @@ def init_db():
name TEXT UNIQUE,
amount REAL DEFAULT 0,
notes TEXT,
image_url TEXT,
last_updated TEXT DEFAULT CURRENT_TIMESTAMP)''')
# Default user logic remains same...