diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 14:56:53 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-09 14:56:53 -0800 |
commit | cda8fb338068ff8d5393580ee0cb15f8b080fb6f (patch) | |
tree | eaf686fab3c1ae66d954b1eda271c13732aa9cf3 /hubzilla_er/zot.xml | |
parent | 862a31007543c292ba3bcd6d56e390d83c1043be (diff) | |
parent | 98146eae076a7eff315c4927ad1fc2ee2a06ade8 (diff) | |
download | volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.tar.gz volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.tar.bz2 volse-hubzilla-cda8fb338068ff8d5393580ee0cb15f8b080fb6f.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'hubzilla_er/zot.xml')
-rw-r--r-- | hubzilla_er/zot.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hubzilla_er/zot.xml b/hubzilla_er/zot.xml index f33e273eb..c1450b4fc 100644 --- a/hubzilla_er/zot.xml +++ b/hubzilla_er/zot.xml @@ -328,7 +328,9 @@ <child column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="mail"/> <child column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profext"/> </column> - <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="channel_account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="channel_account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <foreignKey table="account" column="account_id"/> + </column> <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="channel_primary" nullable="false" remarks="" size="0" type="BIT"/> <column autoUpdated="false" defaultValue="" digits="0" id="3" name="channel_name" nullable="false" remarks="" size="255" type="CHAR"/> <column autoUpdated="false" defaultValue="" digits="0" id="4" name="channel_address" nullable="false" remarks="" size="255" type="CHAR"/> |