Migration
This commit is contained in:
parent
310bb2aa80
commit
6668b3a67e
|
@ -21,7 +21,8 @@ export default schemaMigrations({
|
|||
columns: [
|
||||
{ name: 'last_local_authenticated_session', type: 'number', isOptional: true },
|
||||
{ name: 'auto_lock', type: 'boolean', isOptional: true },
|
||||
{ name: 'auto_lock_time', type: 'number', isOptional: true }
|
||||
{ name: 'auto_lock_time', type: 'number', isOptional: true },
|
||||
{ name: 'biometry', type: 'boolean', isOptional: true }
|
||||
]
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue