mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:29:07 +00:00
5 lines
97 B
SQL
5 lines
97 B
SQL
|
|
ALTER TABLE media
|
|
DROP COLUMN IF EXISTS side_car_path,
|
|
DROP COLUMN IF EXISTS side_car_hash;
|