Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
The build is adding a bit to the SQL script.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Feb 3, 2010
1 parent fd6a6e0 commit ab67730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projecttemplates/RelyingPartyLogic/CreateDatabase.sql
Expand Up @@ -710,6 +710,10 @@ GO
PRINT N'Checking existing data against newly created constraints';


GO
USE [$(DatabaseName)];


GO
ALTER TABLE [dbo].[AuthenticationToken] WITH CHECK CHECK CONSTRAINT [FK_AuthenticationToken_User];

Expand Down

0 comments on commit ab67730

Please sign in to comment.