Revert "Setting custos id to experiment"

This reverts commit 53ccef40
diff --git a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/entities/expcatalog/ExperimentEntity.java b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/entities/expcatalog/ExperimentEntity.java
index aa3d32b..73e9ded 100644
--- a/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/entities/expcatalog/ExperimentEntity.java
+++ b/modules/registry/registry-core/src/main/java/org/apache/airavata/registry/core/entities/expcatalog/ExperimentEntity.java
@@ -73,9 +73,6 @@
     @Column(name = "ENABLE_EMAIL_NOTIFICATION")
     public boolean enableEmailNotification;
 
-    @Column(name = "CUSTOS_ID")
-    public boolean custosId;
-
     @Lob
     @Column(name = "EMAIL_ADDRESSES")
     public String emailAddresses;