0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-05 05:49:07 -05:00
penpot/backend/resources/migrations/0007-drop-version-field-from-page-table.sql

3 lines
40 B
MySQL
Raw Normal View History

ALTER TABLE page
DROP COLUMN version;