This commit is contained in:
mfrigo 2023-11-27 10:53:59 +01:00
parent 3a932622b4
commit f20baaba03
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
}