-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
There is a maybe related closed issue #713 for version 8.x and previous.
I have notice a similar issue for version 10.0.0 / 10.0.1 Umbraco CMS Cloud project.
Bug summary
Health Check for Forms reports four missing indexes:
- Index on table 'UFRecordDataBit', column 'Key' is missing.
- Index on table 'UFRecordDataDateTime', column 'Key' is missing.
- Index on table 'UFRecordDataInteger', column 'Key' is missing.
- Index on table 'UFRecordDataLongString', column 'Key' is missing.
But the database looks correct to me:
Maybe this is not a Forms issue but a Health Check issue?
Reproduction
- I have created a v10 cloud project in trial mode three weeks ago.
- I added a second language, some translations, one simple contact form and a simple document type.
- I realised an issue related to language variants in Deploy and reported it.
- This issue Not all document properties get transferred, neither from local to Live nor from Live to local Umbraco.Deploy.Issues#126 was fixed. Btw. @AndyButland your are still in the team if this helps😉Project is https://www.s1.umbraco.io/project/idseefeld
- I missed the auto upgrade because trial mode expired. Today I did a manual upgrade to CMS version 10.0.1 and also latest versions of Deploy and Forms. All went well and seems to work.
- While going through Health Checks I noticed the missing key indexes.