Migration

This commit is contained in:
Diego Mello 2020-04-20 17:15:30 -03:00
parent 310bb2aa80
commit 6668b3a67e
1 changed files with 2 additions and 1 deletions

View File

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