After cloning repo I tried to restore content and I got such error:
Could not execute command: INSERT INTO cmsContent (contentType, nodeId) VALUES (@p0, @p1)
System.Data.SqlServerCe.SqlCeException (0x80004005): The column cannot contain null values. [ Column name = contentType,Table name = cmsContent ]
в System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
в System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
в System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
в System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
в NHibernate.AdoNet.AbstractBatcher.ExecuteNonQuery(IDbCommand cmd)
Restoring content locally
Hi Community,
After cloning repo I tried to restore content and I got such error:
Thanks,
Alex
Solved, just had another commit in the repo with changes to doctypes, so files were not latest.
Thanks,
Alex
is working on a reply...