This commit is contained in:
2023-11-27 10:53:59 +01:00
committed by Arnaud Delcasse
parent 08fcfe3043
commit a7e98eef04
+4
View File
@@ -576,3 +576,7 @@ func (psql PostgresqlStorage) Migrate() error {
}
return nil
}
func (psql PostgresqlStorage) UpdateVehicle(vehicle Vehicle) error {
return nil
}