-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version control, SCHEMA MIGRATION #5434
Comments
Unfortunately no, you have to create your own schema migration script and run it on the target environment. If in Develop you have additional classes or schema fields, and you have disabled the class creation, you have to create a migration script to add these new classes to the new environment. parse is not aware of any other environment. Supposing that each one has its own database and server. |
I use the npm package: mongodb-migrate Here is what one of my migrations looks like:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am reopening this one since similar features have been recurrently requested. |
+1 for version control of schema. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
A PR is on the road for this one as discussed here : https://community.parseplatform.org/t/possibility-to-set-class-level-permissions-via-file/1061/20 |
if i work with various enviroments (develop, staging and production) and I update the schema in develop, the JS SDK have a function to migrate to others enviroments with the differences?
sory for my english.
The text was updated successfully, but these errors were encountered: