1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-07 13:29:49 +00:00

Fix inserting new files into db.

This commit is contained in:
King_DuckZ 2016-01-11 14:19:18 +00:00
parent 4c97105d97
commit e2438f77fd
3 changed files with 5 additions and 5 deletions

View file

@ -107,7 +107,7 @@ namespace pq {
};
template <>
struct type_to_pqtypes_name<boost::string_ref> {
constexpr static const char* name ( void ) { return "text*"; }
constexpr static const char* name ( void ) { return "text"; }
};
template <>
struct type_to_pqtypes_name<bool> {