MOBILE 2486 core: Fix offline rating schema name

main
Albert Gasset 2019-03-05 13:57:53 +01:00
parent 7eaf05766a
commit f6c2babd77
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export class CoreRatingOfflineProvider {
// Variables for database. // Variables for database.
static RATINGS_TABLE = 'rating_ratings'; static RATINGS_TABLE = 'rating_ratings';
protected siteSchema: CoreSiteSchema = { protected siteSchema: CoreSiteSchema = {
name: 'CoreCourseOfflineProvider', name: 'CoreRatingOfflineProvider',
version: 1, version: 1,
tables: [ tables: [
{ {