diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-02 21:33:03 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-12 09:16:32 -0800 |
commit | 9eda89ad1ff263dd51af0468ab5dca6ace3b898e (patch) | |
tree | 7f1af6ca3b5379589123d0842086fe342acd143b /projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql | |
parent | 077d53305f2e3ba2247e0ad7a396727e21a9cfff (diff) | |
download | DotNetOpenAuth-9eda89ad1ff263dd51af0468ab5dca6ace3b898e.zip DotNetOpenAuth-9eda89ad1ff263dd51af0468ab5dca6ace3b898e.tar.gz DotNetOpenAuth-9eda89ad1ff263dd51af0468ab5dca6ace3b898e.tar.bz2 |
Added a db project for the project template db schema.
Diffstat (limited to 'projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql')
-rw-r--r-- | projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql b/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql new file mode 100644 index 0000000..0c9f8d6 --- /dev/null +++ b/projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql @@ -0,0 +1,11 @@ +/* + Pre-Deployment Script Template +-------------------------------------------------------------------------------------- + This file contains SQL statements that will be executed before the build script. + Use SQLCMD syntax to include a file in the pre-deployment script. + Example: :r .\myfile.sql + Use SQLCMD syntax to reference a variable in the pre-deployment script. + Example: :setvar TableName MyTable + SELECT * FROM [$(TableName)] +-------------------------------------------------------------------------------------- +*/
\ No newline at end of file |