]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php
Very basic implementation for adding "discovered" DHT recipients as package recipients.
[hub.git] / application / hub / main / database / wrapper / node / class_NodeDistributedHashTableDatabaseWrapper.php
index a51fc2cb18258e5fa6139dd5111f39e23654cfb7..4e540ac9b4bf827bfd94a5a01df3a2fcbd42afcc 100644 (file)
@@ -40,6 +40,7 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem
        const DB_COLUMN_ACCEPTED_OBJECTS   = 'accepted_object_types';
        const DB_COLUMN_NODE_LIST          = 'node_list';
        const DB_COLUMN_PUBLICATION_STATUS = 'publication_status';
+       const DB_COLUMN_ANSWER_STATUS      = 'answer_status';
 
        // Publication status'
        const PUBLICATION_STATUS_PENDING = 'PENDING';