Revision c945b450 trunk/Pithos.Core/FileState.cs

b/trunk/Pithos.Core/FileState.cs
72 72
        public Guid Id { get; set; }
73 73

  
74 74
        
75
        //[Property(Unique = true, UniqueKey = "IX_FileState_ObjectID")]
76
        public string ObjectID { get; set; }
77

  
75 78
        [Property(Unique = true, UniqueKey = "IX_FileState_FilePath")]
76 79
        public string FilePath { get; set; }
77 80

  

Also available in: Unified diff