Preparing the release 3.1.14
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / update_3.1.sql
CommitLineData
5419de0b 1ALTER TABLE wcf1_conversation_to_user ADD FOREIGN KEY (lastMessageID) REFERENCES wcf1_conversation_message (messageID) ON DELETE SET NULL;