Started a new site using 1.x and we are trying to use Content Version Records, I did an Admin Settings using it, but upon trying to load it we'll get an exception.
Invalid column name 'ContentItemRecord_id'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Invalid column name 'ContentItemRecord_id'.
Source Error:
Line 112: }
Line 113: else if
(@event.LockMode == LockMode.None) {
Line 114:
@event.Result = ProxyOrLoad(@event, entityPersister, keyToLoad, loadType);
Line 115: }
Line 116: else {
Source File: C:\Work\gitroot\PROJECT\src\Orchard\Data\Providers\AbstractDataServicesProvider.cs Line: 114
The reason is so everything has got a version and we can create an interface to and audit log of users updating settings etc.