Add additional default fields to _Installation class (#1852)

Fields are appVersion, appName, appIdentifier, and parseVersion.
These fields are sent by Android and iOS SDKs.
This commit is contained in:
Jeremy Pease
2016-05-20 21:15:47 -04:00
committed by Drew
parent 9bad87905f
commit fab8cfdfc7
3 changed files with 30 additions and 4 deletions

View File

@@ -453,6 +453,10 @@ describe('SchemaController', () => {
timeZone: { type: 'String' },
localeIdentifier: { type: 'String' },
badge: { type: 'Number' },
appVersion: { type: 'String' },
appName: { type: 'String' },
appIdentifier: { type: 'String' },
parseVersion: { type: 'String' },
},
classLevelPermissions: {
find: { '*': true },