6ed42c0be7
Store and show which camera each picture was taken with (if present in exif data).
3 lines
62 B
SQL
3 lines
62 B
SQL
ALTER TABLE photos DROP COLUMN camera_id;
|
|
DROP TABLE cameras;
|