dev #1

Merged
adelcasse merged 7 commits from dev into main 2025-10-08 08:45:06 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit a7e98eef04 - Show all commits

View File

@ -576,3 +576,7 @@ func (psql PostgresqlStorage) Migrate() error {
}
return nil
}
func (psql PostgresqlStorage) UpdateVehicle(vehicle Vehicle) error {
return nil
}