Skip to content
  • Cédric Krier's avatar
    Add setup indexes method to ModelSQL · 424ddb16d576
    Cédric Krier authored
    As __setup_indexes__ is always called on all the ModelSQL once they have been
    setup in the pool, this ensures that the definition of indexes is
    deterministic.
    Also it provides a new hook to customize indexes after the default
    definitions.
    
    Closes #13299
    424ddb16d576