I have…
- Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
 - Used code blocks with ``` to format my code examples like JSON or logs properly.
 
I’m submitting a…
- Regression (a behavior that stopped working in a new release)
 - Bug report
 - Performance issue
 - Documentation issue or request
 
Current behavior
- I created a schema, added a few records to the content, then updated the schema with a new field with default data. When I called 
./sq contents enrich-defaults schema_a -u, the data was not updated in the Squidex. 
Expected behavior
- Data should be updated on the UI after calling the enrich-defaults command via CLI.
 
Minimal reproduction of the problem
- Create schema 
Item. - Add content to the 
Itemschema. - Update the schema with a new field with a default value.
 - Call 
enrich-defaultscommand via CLI. 
Environment
App Name:
- Self hosted with docker
 - Self hosted with IIS
 - Self hosted with other version
 - Cloud version
 
Version: 7.13
Browser:
- Chrome (desktop)
 - Chrome (Android)
 - Chrome (iOS)
 - Firefox
 - Safari (desktop)
 - Safari (iOS)
 - IE
 - Edge
 
Others:
Nothing