Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data MetadataCatalogVersion
- newtype SourceCatalogVersion (backend :: BackendType) = SourceCatalogVersion Int
Documentation
data MetadataCatalogVersion Source #
Represents the catalog version. This is stored in the database and then compared with the latest version on startup.
MetadataCatalogVersion Int | A typical catalog version. |
MetadataCatalogVersion08 | Maintained for compatibility with catalog version 0.8. |
Instances
newtype SourceCatalogVersion (backend :: BackendType) Source #
This is the source catalog version, used when deciding whether to (re-)create event triggers.