mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Spelling mistake
This commit is contained in:
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);"
|
||||||
|
|||||||
Reference in New Issue
Block a user