Skip to content

Commit bdfe53d

Browse files
Merge pull request #1 from DoDGOSS/master
OWF v7.17.2.0-RC2
2 parents 265280f + c6552f9 commit bdfe53d

30 files changed

Lines changed: 2384 additions & 12 deletions

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222

2323

2424
group 'org.ozoneplatform'
25-
version '7.17.2-0-RC1'
25+
version '7.17.2-0-RC2'
2626

2727

2828
apply plugin: 'idea'
@@ -72,6 +72,7 @@ grails {
7272
configurations {
7373
customTomcat {}
7474
drivers {}
75+
runtime.extendsFrom drivers
7576
}
7677

7778
dependencies {

config/ozone-framework_postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ environments:
3939

4040
production:
4141
dataSource:
42-
dbCreate: update
42+
dbCreate: none
4343
url: jdbc:postgresql://localhost:5432/owf
4444
driverClassName: org.postgresql.Driver
4545
username: owf

0 commit comments

Comments
 (0)