diff options
author | Tharre <tharre3@gmail.com> | 2018-04-29 19:25:53 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-04-29 19:25:53 +0200 |
commit | 69d7966062f2e19e4db422dfcc52acb2c0b76530 (patch) | |
tree | c939a9209548fe2b00c013fd40b2de401971fdef /.idea/sqldialects.xml | |
parent | 96a4b8c279940c22b5db62b88d7987ec6cadef51 (diff) | |
download | sepm-groupproject-69d7966062f2e19e4db422dfcc52acb2c0b76530.tar.gz sepm-groupproject-69d7966062f2e19e4db422dfcc52acb2c0b76530.tar.xz sepm-groupproject-69d7966062f2e19e4db422dfcc52acb2c0b76530.zip |
Update IntelliJ configuration
Diffstat (limited to '.idea/sqldialects.xml')
-rw-r--r-- | .idea/sqldialects.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml new file mode 100644 index 0000000..7562c0f --- /dev/null +++ b/.idea/sqldialects.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="SqlDialectMappings"> + <file url="file://$PROJECT_DIR$/src/main/resources/sql/database.sql" dialect="H2" /> + </component> +</project>
\ No newline at end of file |