Skip to content
  • Hervé  MENAGER's avatar
    make sure PPI name is never empty so the query filter is ok · a36ea5a6
    Hervé MENAGER authored
    this addresses #219
    the filter wasn't working properly if PPIs were defined with name
    fields set to None. This modification does two things:
    - run a "custom" migration script to force compute all PPI names
    - change the PPI model to make the name a non-nullable field
    a36ea5a6