diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-18 07:43:13 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-07-19 22:32:24 -0700 |
commit | cc2913943e92047c01cb451a5910497f1265d146 (patch) | |
tree | ea2b7f10861e35c5dfdba6ac1f5adf4fcca42345 | |
parent | bc8b60a23e2b44d50b24c36fdc4f2fe96fe5d066 (diff) | |
download | DotNetOpenAuth-cc2913943e92047c01cb451a5910497f1265d146.zip DotNetOpenAuth-cc2913943e92047c01cb451a5910497f1265d146.tar.gz DotNetOpenAuth-cc2913943e92047c01cb451a5910497f1265d146.tar.bz2 |
Adjusted SQL project build to reproduce the same SQL it always has.
I don't know why this change is necessary now rather than before.
-rw-r--r-- | projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment b/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment index 5bef095..a51546c 100644 --- a/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment +++ b/projecttemplates/RelyingPartyDatabase/Properties/Database.sqldeployment @@ -3,7 +3,7 @@ <Version>1.0</Version> <Properties> <AbortOnFirstError>False</AbortOnFirstError> - <AlwaysCreateNewDatabase>False</AlwaysCreateNewDatabase> + <AlwaysCreateNewDatabase>True</AlwaysCreateNewDatabase> <BlockIncrementalDeploymentIfDataLoss>True</BlockIncrementalDeploymentIfDataLoss> <CommentOutSetVarDeclarations>True</CommentOutSetVarDeclarations> <DeployDatabaseProperties>True</DeployDatabaseProperties> |