mirror of
https://github.com/penpot/penpot.git
synced 2026-05-09 10:08:54 +00:00
It now takes in account the snapshots, and prevents deletion of media files used in snapshots.
3 lines
59 B
SQL
3 lines
59 B
SQL
ALTER TABLE file_change
|
|
ADD COLUMN version integer NULL;
|