MOBILE-3708 h5p: Fix DB site schema

main
Dani Palou 2021-02-23 08:23:40 +01:00
parent 400bc6840f
commit 54cf0c58a0
1 changed files with 1 additions and 1 deletions

View File

@ -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,