Versioning On Frappe

if im create doctype in production mode, i can’t add Newly added Doctypes to my custom app?

Hi,

If you create any Doctype in production mode it will not create the underlying code. All the customization is saved in the Database and persisted for that site during updates. This approach is fully used when you just need a few forms to create some data and use it without any controller methods.

If you want to export it to your custom app it is possible with the setup we have done above.

Thanks,

Divyesh Mangroliya

ah thanks, great to hear that so my created doctype is not lost