Minor cleanup.

This commit is contained in:
Christian Speckner 2021-01-03 23:07:40 +01:00
parent e9af5b795f
commit 082cce3b79
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ void StellaDb::importOldStellaDb(const FilesystemNode& node)
try {
SqliteStatement(
*myDb,
"ATTACH DATABASE ? AS old_db"
"ATTACH DATABASE ? AS `old_db`"
)
.bind(1, node.getPath())
.step();