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