There 3 things we want to do after a new class is created on our Parse server:
- Set a CLP for the newly created class
- Add index to createdAt and updatedAt (don’t even know how to do this right now)
- Add a beforeSave to the newly created class to set some default values when records are posted to it
We plan to write a script to do this for all our existing classes, but is there a way to do it when new classes are created?