Commit 1352d34
v172 migration adds created_unix field instead of expiry (go-gitea#15458)
The Session table must have an Expiry field not a created_unix field - somehow
this migration adds the incorrect named field leading to go-gitea#15445 reports.
Fix go-gitea#15445
Signed-off-by: Andrew Thornton <art27@cantab.net>1 parent 62f5cf4 commit 1352d34
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
0 commit comments