Taranjeet Singh
Taranjeet Singh
## Change Summary Add usage example for schema field customization alias Update documentation verbose and add example for using alias ## Related issue number fix #1681 ## Checklist * [...
Use project url instead of link in accordance with [json resume schema](https://github.com/jsonresume/resume-schema).
I have the following schema ``` const shared_schema = { $id: "shared_schema", title: "Shared Allowed Values", definitions: { routes: { enum: ["R1", "R2", "R3"], errorMessage: "Route must be a TOC-specified...
**Question** I am using cellEdit functionality. Faced an issue when there is no key in the data for the cell being edited. I can see that beforeSaveCell function is being...
There are no docs about **how to contribute**. Though i have pushed a pull request(#57) for another issue, but still not sure its correct or not. What about .ai files?...
I am trying to migrate my existing database. Patch file is created successfully but as i migrate it gives an error where some tables or functions are missing. Create statement...
Is there any way to migrate to any specific patch in the history? It is handy to restore database to its previous stable release if something goes wrong? Is there...
First of all, thanks for such a great tool. In our organization we have multiple db environments. But deployment doesn't take place as a whole. Sometimes we need specific functionalities...