Changeset a818633 in firmaeventos


Ignore:
Timestamp:
Nov 30, 2017, 3:34:10 PM (6 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
601f993
Parents:
eedeae2
Message:

Agregado dos elementos faltantes a la data inicial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fixtures/initial_data.json

    reedeae2 ra818633  
    215215  },
    216216  {
     217    "model": "participantes.participante",
     218    "pk": 21,
     219    "fields":  {
     220        "nombres": "Peter",
     221        "apellidos": "Allen",
     222        "pasaporte": "C0002416",
     223        "correo": "ceo@mps.gov.bz"
     224      }
     225  },
     226  {
     227    "model": "participantes.participante",
     228    "pk": 22,
     229    "fields":  {
     230        "nombres": "Floyd",
     231        "apellidos": "Levi",
     232        "pasaporte": "R0476275",
     233        "correo": "floyd.levi@egov.gy"
     234      }
     235  },
     236  {
    217237    "model": "participantes.participanteevento",
    218238    "pk": 1,
     
    390410    "fields": {
    391411      "fk_participante": 20,
     412      "fk_evento": 1,
     413      "firma": false
     414    }
     415  },
     416  {
     417    "model": "participantes.participanteevento",
     418    "pk": 21,
     419    "fields": {
     420      "fk_participante": 21,
     421      "fk_evento": 1,
     422      "firma": false
     423    }
     424  },
     425  {
     426    "model": "participantes.participanteevento",
     427    "pk": 22,
     428    "fields": {
     429      "fk_participante": 22,
    392430      "fk_evento": 1,
    393431      "firma": false
Note: See TracChangeset for help on using the changeset viewer.