Bug fixing

This commit is contained in:
Your Name
2025-05-25 12:57:13 +12:00
parent ed998347b5
commit 21d079f285
2 changed files with 50 additions and 75 deletions

View File

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