Project

Profile

Help

Refactor #2117

Updated by jortel@redhat.com over 7 years ago

The data in the _consumers_ collection needs to be migrated into the _Consumer_ table in postgres. 

 For each field in the consumer document: 
 <pre> 
 id              => (generated) 
 display_name    => name 
 description     => description 
 notes           => notes (by Notes relation) 
 capabilities    => (omitted: supported agent) nodes) 
 rsa_pub         => (omitted: supported agent) 

 Note: reminder, the agent is not included in 3.0. nodes) 
 </pre>

Back