mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-04 21:08:56 +00:00
5 lines
121 B
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;
|