From 54cf0c58a058f42cc68f725f523800c6f7ae3ec1 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 23 Feb 2021 08:23:40 +0100 Subject: [PATCH] MOBILE-3708 h5p: Fix DB site schema --- src/core/features/h5p/services/database/h5p.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/features/h5p/services/database/h5p.ts b/src/core/features/h5p/services/database/h5p.ts index 0564cdb75..f6605d529 100644 --- a/src/core/features/h5p/services/database/h5p.ts +++ b/src/core/features/h5p/services/database/h5p.ts @@ -26,7 +26,7 @@ export const CONTENTS_LIBRARIES_TABLE_NAME = 'h5p_contents_libraries'; // Which export const LIBRARIES_CACHEDASSETS_TABLE_NAME = 'h5p_libraries_cachedassets'; // H5P cached library assets. export const SITE_SCHEMA: CoreSiteSchema = { name: 'CoreH5PProvider', - version: 1, + version: 2, canBeCleared: [ CONTENT_TABLE_NAME, LIBRARIES_TABLE_NAME,