🎉 Add proper lifecycle handling for http sessions.

This commit is contained in:
Andrey Antukh 2021-02-22 12:51:19 +01:00 committed by Andrés Moya
parent 995017df5a
commit fb51580740
5 changed files with 227 additions and 86 deletions

View file

@ -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")}
])