reWriteBatchedInserts для соединений с AD и PG
This commit is contained in:
		| @@ -68,11 +68,11 @@ configs: | ||||
|           common-datasource-name: psql | ||||
|           jdbc: | ||||
|             psql: | ||||
|               url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata | ||||
|               url: jdbc:postgresql://psql-${BRANCH}:5432/expertisa-metadata?reWriteBatchedInserts=true | ||||
|               username: admin | ||||
|               password: admin | ||||
|             EWH: | ||||
|               url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh | ||||
|               url: jdbc:postgresql://adb-master.expertdwh.ru:5432/ewh?reWriteBatchedInserts=true | ||||
|               username: ewh | ||||
|               password: ${EWH_PASSWORD} | ||||
|               pre-script: core-postgresql.preScript | ||||
|   | ||||
		Reference in New Issue
	
	Block a user