0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
penpot/backend/resources/migrations/0016-truncate-and-alter-tokens-table.sql

4 lines
135 B
MySQL
Raw Normal View History

2020-08-06 16:05:14 +02:00
delete from generic_token;
alter table generic_token drop column content;
alter table generic_token add column content jsonb not null;