mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 06:06:39 +02:00
🎉 Add media-object lifecycle handling.
This commit is contained in:
parent
93aaa52e73
commit
c0cd0d4a23
39 changed files with 975 additions and 323 deletions
|
@ -0,0 +1,4 @@
|
|||
alter table http_session drop constraint http_session_pkey;
|
||||
alter table http_session add primary key (id, profile_id);
|
||||
alter table http_session drop column modified_at;
|
||||
drop index http_session__profile_id__idx;
|
Loading…
Add table
Add a link
Reference in a new issue