Folks new to OG could benefit from a description for the og_ancestry table in og_schema().
Something like:

  • Stores connections between nodes and groups.
  • Stores connections between nodes and the groups into which they are posted.
  • Stores connections between nodes and the groups to which they are connected.
  • Stores information on which groups nodes are connected to.
  • Stores information on node-to-group connections.
  • Stores information about connections between nodes and groups.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jeffschuler’s picture

Status: Active » Needs review
FileSize
462 bytes
Grayside’s picture

Status: Needs review » Needs work

No update function, so existing installations won't get the description updated.

+++ b/og.installundefined
@@ -125,7 +125,7 @@ function og_schema() {
+    'description'     => 'Stores connections between nodes and groups.',

Prefer 'associations' to connections.

Grayside’s picture

Automatically closed -- issue fixed for 2 weeks with no activity.