Spelling mistake
This commit is contained in:
parent
a96af67a30
commit
b605dc2fc3
2
src/db.c
2
src/db.c
|
@ -4406,7 +4406,7 @@ static const struct db_init_query db_init_table_queries[] =
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Indexes must be prefixed with idx_ for db_drop_indices() to id them */
|
/* Indices must be prefixed with idx_ for db_drop_indices() to id them */
|
||||||
|
|
||||||
#define I_RESCAN \
|
#define I_RESCAN \
|
||||||
"CREATE INDEX IF NOT EXISTS idx_rescan ON files(path, db_timestamp);"
|
"CREATE INDEX IF NOT EXISTS idx_rescan ON files(path, db_timestamp);"
|
||||||
|
|
Loading…
Reference in New Issue