Added test data source for debugging

This commit is contained in:
Thorsten Sommer 2022-07-09 14:58:51 +02:00
parent ba5c429f93
commit c3590d3ffe
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="test.i18nc" uuid="85bb5f37-723c-416e-bc82-e7c22635d5b1">
<driver-ref>sqlite.xerial</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/../../../test.i18nc</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>