Bug fixing

This commit is contained in:
Your Name
2025-05-25 13:11:13 +12:00
parent 7b3706ebf5
commit f1d6fe661a
5 changed files with 37 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ namespace simple_object_storage {
class dbEntry {
public:
std::string hash; // unique primary key
std::vector<std::string> label_tags; // multiple label:tag pairs
std::vector<std::string> labeltags; // multiple label:tag pairs
nlohmann::json metadata;
};