
--Migration_RCCP_20240702_140016.txt
ALTER TABLE [dbo].[FFBranches] ADD [ReturningCustomerScalingFactor] [float] NOT NULL DEFAULT 0
ALTER TABLE [dbo].[FFBranches] ADD [VisitDurationScalingFactor] [float] NOT NULL DEFAULT 0
ALTER TABLE [dbo].[Users] ADD [IsDeactivated] [bit] NOT NULL DEFAULT 0

--Migration_RCCP_20240702_140246.txt
ALTER TABLE [dbo].[FFBranches] ADD [ReturningCustomerScalingFactor] [float] NOT NULL DEFAULT 0
ALTER TABLE [dbo].[FFBranches] ADD [VisitDurationScalingFactor] [float] NOT NULL DEFAULT 0
ALTER TABLE [dbo].[Users] ADD [IsDeactivated] [bit] NOT NULL DEFAULT 0
