realm / realm-browser-osx

DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://realm.io
502 stars 54 forks source link

JS Model definitions cause crash in the postgres connector #327

Closed stel closed 7 years ago

stel commented 7 years ago

Reported from the user:

property: { type: ‘propertyType’,  optional: true }

should be replaced to

property: { type: ‘object’, objectType: ‘propertyType’,  optional: true }
stel commented 7 years ago

According to the Docs the model definition is correct.