mirror of
https://github.com/penpot/penpot.git
synced 2025-05-15 20:36:37 +02:00
♻️ Refactor migrations.
This commit is contained in:
parent
1b598e2f6d
commit
dda6a96407
25 changed files with 75 additions and 70 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