Skip to content

Commit dce318e

Browse files
keep project by default
1 parent b11ac73 commit dce318e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generic-POC-Flyway-Commands/fullFlywayPOCSetupAndRun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set parameters
2-
$overWriteProject = $true # Set to true to delete and recreate the project folder. Can be useful when configuring from scratch.
2+
$overWriteProject = $false # Set to true to delete and recreate the project folder. Can be useful when configuring from scratch.
33
$databaseType = "SqlServer" # alt values: SqlServer Oracle PostgreSql MySql
44
# connection string to prodlike database
55
# This POC will create a dev, test, shadow DB - this name will be in the root of all subsequent names

0 commit comments

Comments
 (0)