mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 04:51:39 +02:00
🎉 Add proper lifecycle handling for http sessions.
This commit is contained in:
parent
995017df5a
commit
fb51580740
5 changed files with 227 additions and 86 deletions
|
@ -158,6 +158,8 @@
|
|||
{:name "0048-mod-storage-tables"
|
||||
:fn (mg/resource "app/migrations/sql/0048-mod-storage-tables.sql")}
|
||||
|
||||
{:name "0049-mod-http-session-table"
|
||||
:fn (mg/resource "app/migrations/sql/0049-mod-http-session-table.sql")}
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue