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

5 lines
121 B
MySQL
Raw Normal View History

2020-02-01 14:52:27 +01:00
DROP TABLE IF EXISTS photo;
DROP TABLE IF EXISTS album;
DROP TABLE IF EXISTS photo_url;
2020-02-02 00:29:42 +01:00
DROP TABLE IF EXISTS photo_exif;