mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 15:18:59 +00:00
3 lines
66 B
SQL
3 lines
66 B
SQL
ALTER TABLE access_token
|
|
ADD COLUMN expires_at timestamptz NULL;
|