sync photo and display photo

This commit is contained in:
2026-08-05 15:56:16 +02:00
parent 8a653ca395
commit a1d4c9eacb
5 changed files with 32 additions and 5 deletions
+1
View File
@@ -20,6 +20,7 @@ CREATE TABLE IF NOT EXISTS contacts (
anniversary DATE NULL,
notes TEXT NULL,
photo_base64 LONGTEXT NULL,
photo_url VARCHAR(2048) NULL,
emails JSON NULL,
phones JSON NULL,
addresses JSON NULL,