Changeset 7f1a891 for src/FinkiChattery/FinkiChattery.Database/dbo/Scripts/Script.PostDeployment.sql
- Timestamp:
- 10/14/21 17:57:17 (3 years ago)
- Branches:
- dev
- Children:
- 6d639c9, f9983f5
- Parents:
- 7dd2ea2 (diff), b25b9ea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Database/dbo/Scripts/Script.PostDeployment.sql
r7dd2ea2 r7f1a891 4 4 PRINT 'Deploying DEBUG scripts'; 5 5 END 6 :r . \PostDeploymentScripts\Debug.PostDeployment.sql6 :r ./PostDeploymentScripts/Debug.PostDeployment.sql 7 7 BEGIN --Run scripts 8 8 PRINT 'End deploying DEBUG scripts'; … … 15 15 PRINT 'Deploying PRODUCTION scripts' 16 16 END 17 :r . \PostDeploymentScripts\Production.PostDeployment.sql17 :r ./PostDeploymentScripts/Production.PostDeployment.sql 18 18 BEGIN --Run scripts 19 19 PRINT 'End deploying PRODUCTION scripts'
Note:
See TracChangeset
for help on using the changeset viewer.