- Updated SQL query in `VMs-Backups.php` to include `policy` condition. - Improved formatting and indentation in `StdOut-detail.php`, `StdOut.php`, and `Server-Detail.php`. - Simplified conditional checks and removed redundant spaces for better clarity. - Modified `.idea/sqldialects.xml` file to add new SQL dialect mappings.
8 lines
340 B
XML
8 lines
340 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="SqlDialectMappings">
|
|
<file url="file://$PROJECT_DIR$/X/StdOut.php" dialect="GenericSQL" />
|
|
<file url="file://$PROJECT_DIR$/crossover/GlobalCrossover2.php" dialect="GenericSQL" />
|
|
<file url="PROJECT" dialect="GenericSQL" />
|
|
</component>
|
|
</project> |