mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add missing data field in sessions
This commit is contained in:
@@ -3,15 +3,12 @@ table: directus_sessions
|
||||
fields:
|
||||
- field: token
|
||||
width: half
|
||||
|
||||
- field: user
|
||||
width: half
|
||||
|
||||
- field: expires
|
||||
width: half
|
||||
|
||||
- field: ip
|
||||
width: half
|
||||
|
||||
- field: user_agent
|
||||
width: half
|
||||
- field: data
|
||||
|
||||
Reference in New Issue
Block a user