del: redundant db columns

pull/11/head
rrr-marble 4 years ago
parent 6bd14777a3
commit 2816355886

@ -130,9 +130,7 @@ def update_database(pic_info: dict, db_location: str):
:OriginalImage,
:DateTimeOriginal,
:GPSLatitude,
:GPSLatitudeRef,
:GPSLongitude,
:GPSLongitudeRef)
:GPSLongitude)
""",
pic_info,
)
@ -164,9 +162,7 @@ def check_database(database_path: str):
origpath TEXT NOT NULL,
date TEXT,
GPSLatitude TEXT,
GPSLatitudeRef TEXT,
GPSLongitude TEXT,
GPSLongitudeRef TEXT
GPSLongitude TEXT
)"""
)
con.commit()

Loading…
Cancel
Save