We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ee8aad + b103ca9 commit f0a788fCopy full SHA for f0a788f
phpfastcache/3.0.0/drivers/sqlite.php
@@ -43,7 +43,7 @@ function initIndexing(PDO $db) {
43
$db->exec('drop table if exists "balancing"');
44
$db->exec('CREATE TABLE "balancing" ("keyword" VARCHAR PRIMARY KEY NOT NULL UNIQUE, "db" INTEGER)');
45
$db->exec('CREATE INDEX "db" ON "balancing" ("db")');
46
- $db->exec('CREATE UNIQUE INDEX "lookup" ON "balacing" ("keyword")');
+ $db->exec('CREATE UNIQUE INDEX "lookup" ON "balancing" ("keyword")');
47
48
}
49
0 commit comments