- Added new procedures `CheckVehicleAvailability` and `IsVehicleAvailable` to the database schema. - Introduced an `isAvailable` column to the `vehicles` table. - Updated sql dialect settings to include a new console file for the database. - Reflected changes also include id adjustments and table modifications. Signed-off-by: Mathis <yidhra@tuta.io>
7 lines
301 B
XML
7 lines
301 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="SqlDialectMappings">
|
|
<file url="file://$APPLICATION_CONFIG_DIR$/consoles/db/1f2800b5-8649-4a80-a9ec-b7b2a24623b4/console.sql" dialect="MariaDB" />
|
|
<file url="PROJECT" dialect="MariaDB" />
|
|
</component>
|
|
</project> |