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:
parent
4c97105d97
commit
e2438f77fd
3 changed files with 5 additions and 5 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue