[graphql] first asynctask work
[gargantext.git] / src / Gargantext / Database / Schema / Node.hs
index 2599d0a771c267462fde95745f9b5a0bdcae5b4e..8093126a4be5920c7dafe3cd4a768a96ee63e1c0 100644 (file)
@@ -154,7 +154,6 @@ data NodePolySearch id
 
                 , _ns_hyperdata    :: hyperdata
                 , _ns_search       :: search
-                , _ns_search_title :: search
                 } deriving (Show, Generic)
 
 $(makeAdaptorAndInstance "pNodeSearch" ''NodePolySearch)
@@ -174,7 +173,6 @@ nodeTableSearch = Table "nodes" ( pNodeSearch
 
                                               , _ns_hyperdata    = requiredTableField "hyperdata"
                                               , _ns_search       = optionalTableField "search"
-                                              , _ns_search_title = optionalTableField "search_title"
                                               }
                                 )
 ------------------------------------------------------------------------