Merge remote-tracking branch 'origin/flexible-job-queue' into dev
[gargantext.git] / src / Gargantext / Database / Schema / Prelude.hs
index 78d9e0dc9203857758ce5479f5c1f20fe24d61fe..64033a3021249d716ee2157f5a803a60c7d06460 100644 (file)
@@ -25,6 +25,7 @@ module Gargantext.Database.Schema.Prelude
   , module GHC.Generics
   , module Gargantext.Core.Utils.Prefix
   , module Opaleye
+  , module Opaleye.Internal.Table
   , module Opaleye.Internal.QueryArr
   , module Test.QuickCheck.Arbitrary
   )
@@ -37,8 +38,9 @@ import Data.Profunctor.Product.TH (makeAdaptorAndInstance)
 import Data.Swagger hiding (required, in_)
 import GHC.Generics (Generic)
 import Gargantext.Core.Utils.Prefix (unPrefix, unPrefixSwagger)
-import Opaleye hiding (FromField, readOnly)
+import Opaleye hiding (FromField)
 import Opaleye.Internal.QueryArr (Query)
+import Opaleye.Internal.Table (Table(..))
 import Test.QuickCheck.Arbitrary hiding (vector)
 
 import Database.PostgreSQL.Simple.FromField (FromField, fromField)