1
Fork 0
photoview/api/database/migrations/002_photo.down.sql

5 lines
121 B
SQL

DROP TABLE IF EXISTS photo;
DROP TABLE IF EXISTS album;
DROP TABLE IF EXISTS photo_url;
DROP TABLE IF EXISTS photo_exif;