Index exsiting data in solr

This commit is contained in:
Eike Kettner
2020-06-19 00:43:35 +02:00
parent 60c079f664
commit 1f4220eccb
7 changed files with 202 additions and 80 deletions

View File

@ -6,5 +6,5 @@ CREATE TABLE "fts_migration" (
"created" timestamp not null
);
CREATE UNIQE INDEX "fts_migration_version_engine_idx"
CREATE UNIQUE INDEX "fts_migration_version_engine_idx"
ON "fts_migration"("version", "fts_engine");