| Copyright | (c) 2016-2017 Red Hat Inc. |
|---|---|
| License | LGPL |
| Maintainer | https://github.com/weldr |
| Stability | alpha |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
BDCS.Signatures
Description
Manage BuildSignatures records in the database. These are used for keeping track
of the signatures given to a build at build time. Multiple signatures can be associated
with a single Builds record.
- insertBuildSignatures :: MonadIO m => [BuildSignatures] -> SqlPersistT m [Key BuildSignatures]
Documentation
insertBuildSignatures :: MonadIO m => [BuildSignatures] -> SqlPersistT m [Key BuildSignatures] Source #
Loop over a list of provided BuildSignatures and add them to the database, returning
their keys in the same order as the original list.