penpot/backend/src/app/migrations/sql/0133-mod-file-table.sql
2024-10-29 14:23:35 +01:00

3 lines
59 B
SQL

ALTER TABLE file
ADD COLUMN vern int NOT NULL DEFAULT 0;