diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Synchronization/Local/Constants.cs | 2 |
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"; |
