Skip to content

Commit

Permalink
Merge pull request #17 from fleetbase/driver-models
Browse files Browse the repository at this point in the history
added internal_id in driver model
  • Loading branch information
roncodes authored Nov 10, 2023
2 parents 928822d + da780d2 commit 2c8d3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/models/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default class DriverModel extends Model {
@attr('string') vehicle_id;
@attr('string') vendor_id;
@attr('string') current_job_id;
@attr('string') internal_id;

/** @relationships */
@belongsTo('user', { async: true }) user;
Expand Down

0 comments on commit 2c8d3d5

Please sign in to comment.