Skip to content

Commit d7d9b7f

Browse files
author
Marcin Przepiorowski
committed
test v2.4.23
1 parent 7983db1 commit d7d9b7f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.4.23
2+
3+
### Added
4+
- Support for Postgresql ( dSource / VDB )
5+
- Data patch flag added for Oracle VDBs
6+
17
## 2.4.22.1
28

39
### Changes

bin/dx_provision_vdb.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
}
561561

562562
if (defined($datapatch)) {
563-
if ((lc $datapatch ne 'no') || ( lc $datapatch eq 'yes') ) {
563+
if ((lc $datapatch eq 'no') || ( lc $datapatch eq 'yes') ) {
564564
$db->setDataPatch($datapatch);
565565
} else {
566566
print "Datapatch argument should be yes or no. VDB won't be created\n" ;

0 commit comments

Comments
 (0)