mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 23:19:11 +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;
|