graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Server.Migrate.Internal

Synopsis

Documentation

getCatalogVersion :: TxE QErr MetadataCatalogVersion Source #

The old 0.8 catalog version is non-integral, so the version has always been stored as a string.

from3To4 :: forall m. (Backend ('Postgres 'Vanilla), MonadTx m) => m () Source #