summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-12-13 15:25:54 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2009-12-13 15:25:54 -0800
commit39dacc2ff566232076eb4dc39f6d57e1ced4913e (patch)
tree100b82887033c9bc6d700f549ef1b4f1766f3de7 /projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment
parentab55daeac668ff4fe38daa458df08aa4b8b2d3a3 (diff)
parent072a488bd47854ec5475a1a2a7a42fd5b0e7a88b (diff)
downloadDotNetOpenAuth-39dacc2ff566232076eb4dc39f6d57e1ced4913e.zip
DotNetOpenAuth-39dacc2ff566232076eb4dc39f6d57e1ced4913e.tar.gz
DotNetOpenAuth-39dacc2ff566232076eb4dc39f6d57e1ced4913e.tar.bz2
Merge branch 'v3.3'
Conflicts: src/DotNetOpenAuth.vsmdi src/version.txt
Diffstat (limited to 'projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment')
-rw-r--r--projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment/Script.PostDeployment.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment/Script.PostDeployment.sql b/projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment/Script.PostDeployment.sql
new file mode 100644
index 0000000..37db4f5
--- /dev/null
+++ b/projecttemplates/RelyingPartyDatabase/Scripts/Post-Deployment/Script.PostDeployment.sql
@@ -0,0 +1,11 @@
+/*
+Post-Deployment Script Template
+--------------------------------------------------------------------------------------
+ This file contains SQL statements that will be appended to the build script.
+ Use SQLCMD syntax to include a file in the post-deployment script.
+ Example: :r .\myfile.sql
+ Use SQLCMD syntax to reference a variable in the post-deployment script.
+ Example: :setvar TableName MyTable
+ SELECT * FROM [$(TableName)]
+--------------------------------------------------------------------------------------
+*/ \ No newline at end of file