0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 12:59:12 -05:00
penpot/backend/resources/migrations/0011-add-session-id-field-to-page-change-table.sql
2020-06-26 15:31:01 +02:00

2 lines
67 B
SQL

ALTER TABLE page_change
ADD COLUMN session_id uuid DEFAULT NULL;