System Information
- Strapi Version: 4.0.5
- Operating System: Windows
- Database: Maria DB
- Node Version: 16.13.1
- NPM Version: 8.1.2
Hi
I’m getting confused. I understand that on production I can’t update content types (content-type-builder is disabled). From the other hand it seems perfectly reasonable to update content type when I have working live production environment. I know that each time I create/make change in content type Strapi generate/change proper js file and change databse. So will it be enough if I do the following things:
- change content type on dev
- take all changend js file
- put them on production.
Or should I change also databes? And if so then how should I approach this?