aboutsummaryrefslogtreecommitdiff
path: root/Database
diff options
context:
space:
mode:
Diffstat (limited to 'Database')
-rw-r--r--Database/Export.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Database/Export.hs b/Database/Export.hs
index bc79af29f..e2986d075 100644
--- a/Database/Export.hs
+++ b/Database/Export.hs
@@ -30,7 +30,7 @@ import Types.Remote (ExportLocation(..))
import Database.Persist.TH
import Database.Esqueleto hiding (Key)
-data ExportHandle = ExportHandle H.DbQueue
+newtype ExportHandle = ExportHandle H.DbQueue
share [mkPersist sqlSettings, mkMigrate "migrateExport"] [persistLowerCase|
Exported