FileServer/.idea/sqldialects.xml
netkas 72da412737
Some checks failed
Docker CI/CD / build-and-save (push) Has been cancelled
Docker CI/CD / build-and-push (push) Has been cancelled
CI / release (push) Has been cancelled
CI / debug (push) Has been cancelled
CI / release_executable (push) Has been cancelled
CI / debug_executable (push) Has been cancelled
CI / check-phpunit (push) Has been cancelled
CI / check-phpdoc (push) Has been cancelled
CI / generate-phpdoc (push) Has been cancelled
CI / test (push) Has been cancelled
CI / release-documentation (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
Add configuration classes, enums, and database handling for FileServer
2025-05-15 21:05:40 -04:00

9 lines
No EOL
532 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/src/FileServer/Classes/Database.php" dialect="MySQL" />
<file url="file://$PROJECT_DIR$/src/FileServer/Classes/IndexStorageManager.php" dialect="MariaDB" />
<file url="file://$PROJECT_DIR$/src/FileServer/Classes/Resources/statistics.sql" dialect="MariaDB" />
<file url="file://$PROJECT_DIR$/src/FileServer/Classes/Resources/uploads.sql" dialect="MariaDB" />
</component>
</project>