DB: Fix per-actor SQLite DB creation
This commit is contained in:
parent
6e55659410
commit
66ecaa88e7
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ createCellIfNeeded p = do
|
|||
, " NOT NULL)"
|
||||
]
|
||||
in rawExecute query []
|
||||
[Single (_ :: a)] -> pure ()
|
||||
[Single (_ :: String)] -> pure ()
|
||||
_ -> error "Multiple cell tables in sqlite_master"
|
||||
|
||||
model :: QuasiQuoter
|
||||
|
|
Loading…
Reference in a new issue