mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-30 11:35:17 +02:00
The Session table must have an Expiry field not a created_unix field - somehow this migration adds the incorrect named field leading to #15445 reports. Fix #15445 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>