Fix account deletion for fetch'd messages
This commit is contained in:
parent
40a988c0cd
commit
a0768e219a
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue