Fix account deletion for fetch'd messages

This commit is contained in:
Matt Corallo 2014-01-08 18:07:28 -10:00
parent 40a988c0cd
commit a0768e219a
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
</column>
<column name="destination_id" type="bigint">
<constraints nullable="false" foreignKeyName="destination_fk" references="accounts(id)"/>
<constraints nullable="false" foreignKeyName="destination_fk" deleteCascade="true" references="accounts(id)"/>
</column>
<column name="encrypted_message" type="text">