add SQL dialect mappings and update logging configuration

This commit is contained in:
2026-04-27 15:46:10 +02:00
parent e1686fcac4
commit a53e89649e
2 changed files with 8 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/src/main/resources/sql/data.sql" dialect="GenericSQL" />
<file url="PROJECT" dialect="PostgreSQL" />
</component>
</project>