6184 add custom fields to vjs
Created by: zog
Code a exécuter dans la console:
CustomField.create resource_type: "VehicleJourney", field_type: :list, options: {list_values: ["oui", "non"], required: true, default: 1}, workgroup: Workgroup.find(ID), code: :tad, name: "TAD"
CustomField.create resource_type: "VehicleJourney", field_type: :list, options: {list_values: ["oui", "non"], required: true, default: 1}, workgroup: Workgroup.find(ID), code: :panda_alsa, name: "Panda/Alsa"
CustomField.create resource_type: "VehicleJourney", field_type: :string, workgroup: Workgroup.find(1), code: :alsa_number, name: "N° de service transporteur"