Skip to content

Commit

Permalink
0005779: Improved documentation on db.init.sql and target.db.init.sql…
Browse files Browse the repository at this point in the history
… properties
  • Loading branch information
evan-miller-jumpmind committed May 11, 2023
1 parent 0fcc7fb commit 7b03660
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -130,7 +130,8 @@ db.validation.query=
# Tags: database
db.connection.properties=

# Specify a SQL statement that will be run when a database connection is created
# Specify one or more SQL statements that will be run when a database connection is created.
# Multiple SQL statements must be separated by semicolons.
#
# Tags: database
db.init.sql=
Expand Down Expand Up @@ -228,7 +229,8 @@ target.db.test.while.idle=
# Tags: database
target.db.connection.properties=

# Specify a SQL statement that will be run when a target database connection is created
# Specify one or more SQL statements that will be run when a target database connection is created.
# Multiple SQL statements must be separated by semicolons.
#
# Tags: database
target.db.init.sql=
Expand Down

0 comments on commit 7b03660

Please sign in to comment.