diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-12 09:26:21 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-12 09:26:21 -0800 |
commit | 764a5c47d2d5042ee0e2cec54f9cee7011b949a1 (patch) | |
tree | 6fe8912555b67597a93ecf36f31707a592755bdd /projecttemplates/RelyingPartyDatabase/Scripts/Pre-Deployment/Script.PreDeployment.sql | |
parent | 077d53305f2e3ba2247e0ad7a396727e21a9cfff (diff) | |
parent | c578ed605653e848253ad6940c9d522846812a53 (diff) | |
download | DotNetOpenAuth-764a5c47d2d5042ee0e2cec54f9cee7011b949a1.zip DotNetOpenAuth-764a5c47d2d5042ee0e2cec54f9cee7011b949a1.tar.gz DotNetOpenAuth-764a5c47d2d5042ee0e2cec54f9cee7011b949a1.tar.bz2 |
Project template's database schema now derives from a database project.
Merge branch 'projtemplateDBproject' into v3.3
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 |