MOBILE-3833 course: Fix manual completion db

Issue introduced by mistake in b72e247f81 (diff-d5618a894713624722f8d892b9befe9b865f16cc00593ee23f420047917d3fcaR112)
main
Noel De Martin 2022-03-31 12:01:29 +02:00
parent 7a7950f49c
commit 5434a1a4f3
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export const OFFLINE_SITE_SCHEMA: CoreSiteSchema = {
type: 'TEXT',
},
{
name: 'timeaccess',
name: 'timecompleted',
type: 'INTEGER',
},
],