penpot/backend/src/app/migrations/sql/0130-mod-file-change-table.sql
Andrey Antukh 50df2279a7 🐛 Make the media cleaning on file-gc task aware of snapshots
It now takes in account the snapshots, and prevents
deletion of media files used in snapshots.
2024-09-03 14:50:17 +02:00

3 lines
59 B
SQL

ALTER TABLE file_change
ADD COLUMN version integer NULL;