This commit is contained in:
mfrigo 2023-11-27 10:53:59 +01:00 committed by Arnaud Delcasse
parent 08fcfe3043
commit a7e98eef04
1 changed files with 4 additions and 0 deletions

View File

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