Cannot insert the value NULL into column 'sortOrder'
My website has been updated from v4.7.2 to v4.11.3. Since the update I cannot add properties to my document types anymore. I get the following error when I hit the save button:
Cannot insert the value NULL into column 'sortOrder', table 'dannenborghnl.dbo.cmsPropertyType'; column does not allow nulls. INSERT fails. The statement has been terminated.
Cannot insert the value NULL into column 'sortOrder'
My website has been updated from v4.7.2 to v4.11.3. Since the update I cannot add properties to my document types anymore. I get the following error when I hit the save button:
Cannot insert the value NULL into column 'sortOrder', table 'dannenborghnl.dbo.cmsPropertyType'; column does not allow nulls. INSERT fails. The statement has been terminated.
How can I fix this without breaking Umbraco?
(DB = MSSQL)
My mistake, I did not (SQL) script the default bindings... :-( It is fixed by now!
is working on a reply...