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