diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/TANGO_VERSIONS.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/TANGO_VERSIONS.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/TANGO_VERSIONS.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/TANGO_VERSIONS.cs index ba1dbb55b..4c46e8170 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/TANGO_VERSIONS.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/TANGO_VERSIONS.cs @@ -24,7 +24,6 @@ namespace Tango.DAL.Remote.DB public string COMMENTS { get; set; } public string USER_GUID { get; set; } public string MACHINE_VERSION_GUID { get; set; } - public bool DISABLED { get; set; } public virtual MACHINE_VERSIONS MACHINE_VERSIONS { get; set; } public virtual USER USER { get; set; } |
