This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libertas/libertas_api/migrations/20251114063114_remove_exif_from_media.sql

7 lines
156 B
SQL

ALTER TABLE media
DROP COLUMN extracted_location,
DROP COLUMN width,
DROP COLUMN height,
DROP COLUMN date_taken;
DROP INDEX IF EXISTS idx_media_date_taken;