mirror of
https://github.com/penpot/penpot.git
synced 2025-05-06 22:45:53 +02:00
3 lines
135 B
SQL
3 lines
135 B
SQL
delete from generic_token;
|
|
alter table generic_token drop column content;
|
|
alter table generic_token add column content jsonb not null;
|