merge
This commit is contained in:
parent
3a932622b4
commit
f20baaba03
|
@ -576,3 +576,7 @@ func (psql PostgresqlStorage) Migrate() error {
|
|||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (psql PostgresqlStorage) UpdateVehicle(vehicle Vehicle) error {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue