mirror of
https://github.com/penpot/penpot.git
synced 2025-10-04 22:17:24 +00:00
3 lines
80 B
SQL
3 lines
80 B
SQL
ALTER TABLE file_change
|
|
ADD COLUMN created_by text NOT NULL DEFAULT 'system';
|