penpot/backend/src/app/migrations/sql/0146-mod-access-token-table.sql

3 lines
53 B
SQL

ALTER TABLE access_token
ADD COLUMN type text NULL;