fix table name
This commit is contained in:
parent
e2e57f8556
commit
775e6ed86f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ openDb = do
|
|||
unlessM (liftIO $ doesFileExist db) $ do
|
||||
initDb db $ void $
|
||||
runMigrationSilent migrateContentIdentifier
|
||||
h <- liftIO $ H.openDbQueue H.SingleWriter db "contentidentifiers"
|
||||
h <- liftIO $ H.openDbQueue H.SingleWriter db "content_identifiers"
|
||||
return $ ContentIdentifierHandle h
|
||||
|
||||
closeDb :: ContentIdentifierHandle -> Annex ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue