This commit is contained in:
2023-11-27 10:53:59 +01:00
parent 3a932622b4
commit f20baaba03

View File

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