aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Synchronization/Local
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-10 13:21:59 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-10 13:21:59 +0200
commit8b4e0971171d40844ca1c63591aeb1fbe4add759 (patch)
treef257fb0c986ec841844285ddda6477057408ea2b /Software/Visual_Studio/Tango.Synchronization/Local
parentb64fa61aaa9cc684b72935159048c7f24bafce51 (diff)
downloadTango-8b4e0971171d40844ca1c63591aeb1fbe4add759.tar.gz
Tango-8b4e0971171d40844ca1c63591aeb1fbe4add759.zip
Added DAL.Observables project.
Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS
Diffstat (limited to 'Software/Visual_Studio/Tango.Synchronization/Local')
-rw-r--r--Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs b/Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs
index 5557c43c8..a1494243c 100644
--- a/Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs
+++ b/Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs
@@ -14,7 +14,7 @@ namespace Tango.Synchronization.Local
public const String COLUMN_TYPE = "type";
public const String IS_NOT_NULL = "notnull";
public const String DEFAULT_VALUE = "dflt_value";
- public const String SYNC_CONFIGURATIONS_TABLE_NAME = "SYNC_CONFIGURATION";
+ public const String SYNC_CONFIGURATIONS_TABLE_NAME = "SYNC_CONFIGURATIONS";
public const String SYNC_CONFIGURATION_TABLE_NAME_COLUMN = "TABLE_NAME";
public const String SYNC_CONFIGURATION_SYNC_TYPE_COLUMN = "SYNC_TYPE";