Skip to content

Commit

Permalink
Fix for issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilpo Juvander committed Mar 1, 2017
1 parent 919558f commit f2ad960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

if not exists (select * from dbo.sysobjects where id = object_id(N'FK_{objectQualifier}Forum_Attachment_{objectQualifier}Forum_Posts'))
ALTER TABLE {databaseOwner}{objectQualifier}Forum_Attachments ADD
ALTER TABLE {databaseOwner}{objectQualifier}Forum_Attachments WITH NOCHECK ADD
CONSTRAINT FK_{objectQualifier}Forum_Attachment_{objectQualifier}Forum_Posts FOREIGN KEY
(
[PostID]
Expand Down
1 change: 1 addition & 0 deletions branches/DNN_5/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li>Sql cleanup</li>
<li>SuperUser avatar issue #5 fixed</li>
<li>Issue #6 fixed</li>
<li>Issue #8 fixed</li>
</ul

<p class="Owner">
Expand Down

0 comments on commit f2ad960

Please sign in to comment.