mirror of
https://github.com/penpot/penpot.git
synced 2025-05-22 02:16:11 +02:00
♻️ Refactor task worker.
This commit is contained in:
parent
bda9cad3c2
commit
b1b3ad61a5
13 changed files with 317 additions and 131 deletions
|
@ -0,0 +1,3 @@
|
|||
delete from generic_token;
|
||||
alter table generic_token drop column content;
|
||||
alter table generic_token add column content jsonb not null;
|
Loading…
Add table
Add a link
Reference in a new issue