aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-26 15:36:46 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-26 15:36:46 +0200
commitf85525205cd68e3006b10a2ac15e88700818d66a (patch)
tree09f721a656c9f8c3c6a14710189a7c572e3751d8 /Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
parent8904d1ef92408f982fbbc38ee622bf53b0f05d22 (diff)
downloadTango-f85525205cd68e3006b10a2ac15e88700818d66a.tar.gz
Tango-f85525205cd68e3006b10a2ac15e88700818d66a.zip
Same as previous commit...
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
index 8540863c0..8b5bee7ae 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs
@@ -37,7 +37,7 @@ namespace Tango.MachineService.Controllers
File.Copy(HostingEnvironment.MapPath(@"~/App_Data/Tango.db"), masterSQLiteFile);
//Synchronize the SQL Server db with the new SQLite template. (Overwrite basically)
- RemoteDBSynchronizer.Synchronize(masterSQLiteFile, request.SerialNumber);
+ RemoteDBSynchronizer.Synchronize(masterSQLiteFile, request.SerialNumber, true);
//Synchronize the received machine db with the filled template.
LocalDBSynchronizer.Synchronize(masterSQLiteFile, slaveSQLiteFile);