Closed
Description
During migration, it is difficult to avoid using parse.com server and self hosted parse-server at the same time. As per mentioned on issue #167, _acl
has migrated to new structure _wperm
and _rperm
. The data will be inconsistent if we run parse.com cloud code and parse-server at the same time. For example, if we update ACL in the new app, but ACL in the old app will remain unchanged. Or create a new object in new app, the ACL object will be empty in the existing parse.com cloud code.