diff --git a/Data/ApiDataTypes.hs b/Data/ApiDataTypes.hs
--- a/Data/ApiDataTypes.hs
+++ b/Data/ApiDataTypes.hs
@@ -47,7 +47,6 @@
   , operator           :: Operator
   , withTable          :: TableName
   , withField          :: ColumnName
-  , whereConditionJoin :: Text
   } deriving (Show, Generic)
 
 -- | Represents main where condition
diff --git a/serviette.cabal b/serviette.cabal
--- a/serviette.cabal
+++ b/serviette.cabal
@@ -1,6 +1,6 @@
 name:                serviette
-version:             0.1.0.2
-synopsis:            JSON to Sql raw string or db result in json format
+version:             0.1.0.3
+synopsis:            JSON to raw Sql string 
 description:         Use json to query the database and receive results
 homepage:            https://github.com/v0d1ch/serviette#readme
 license:             BSD3
