When trying to update my Umbraco.Commerce package to v. 13.1.15 im getting this error:
It's trying to run Umbraco.Commerce.Persistence.SqlServer.Migrations.Implement.v13_01_05.M20240516111500_IncreasePrecisionOfMonetaryColumns.cs
But geting this error
{"@t":"2025-01-13T10:07:58.1472231Z","@mt":"Script block number: {0}; Block line {1}; Procedure {2}; Number {3}; Message: {4}","@l":"Error","0":0,"1":27,"2":"","3":1781,"4":"Column already has a DEFAULT bound to it.\r\nCould not create constraint or index. See previous errors.","SourceContext":"DbUp","ProcessId":15196,"ProcessName":"iisexpress","ThreadId":1,"ApplicationId":"6b2c58d0d671a9e3c9386bef940b9e911230dff4","MachineName":"AS3-DAMNI","Log4NetLevel":"ERROR"}
But i can't figure out what table that column belongs to.
Anyone who knows in what table i need to make changes?
Upgrading Umbraco.Commerce to v.13
Hi.
When trying to update my Umbraco.Commerce package to v. 13.1.15 im getting this error:
It's trying to run
Umbraco.Commerce.Persistence.SqlServer.Migrations.Implement.v13_01_05.M20240516111500_IncreasePrecisionOfMonetaryColumns.cs
But geting this error
{"@t":"2025-01-13T10:07:58.1472231Z","@mt":"Script block number: {0}; Block line {1}; Procedure {2}; Number {3}; Message: {4}","@l":"Error","0":0,"1":27,"2":"","3":1781,"4":"Column already has a DEFAULT bound to it.\r\nCould not create constraint or index. See previous errors.","SourceContext":"DbUp","ProcessId":15196,"ProcessName":"iisexpress","ThreadId":1,"ApplicationId":"6b2c58d0d671a9e3c9386bef940b9e911230dff4","MachineName":"AS3-DAMNI","Log4NetLevel":"ERROR"}
But i can't figure out what table that column belongs to.
Anyone who knows in what table i need to make changes?
Best Regards Daniel.
is working on a reply...