TransactionType not needed beyond processing stage. Removed from database.

This commit is contained in:
Fred Boniface 2024-04-24 23:08:35 +01:00
parent 9bd6bbde25
commit aef52be1e8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
func ConvertServiceType(input *upstreamApi.JsonScheduleV1, vstp bool) (*database.Service, error) { func ConvertServiceType(input *upstreamApi.JsonScheduleV1, vstp bool) (*database.Service, error) {
output := database.Service{ output := database.Service{
TransactionType: input.TransactionType, //TransactionType: input.TransactionType,
StpIndicator: input.CifStpIndicator, StpIndicator: input.CifStpIndicator,
Operator: input.AtocCode, Operator: input.AtocCode,
TrainUid: input.CifTrainUid, TrainUid: input.CifTrainUid,