album/migrations/20160808022325_create_cameras_table/down.sql
Rasmus Kaj 6ed42c0be7 Add camera support.
Store and show which camera each picture was taken with (if present in
exif data).
2016-08-09 01:41:46 +02:00

3 lines
62 B
SQL

ALTER TABLE photos DROP COLUMN camera_id;
DROP TABLE cameras;