Skip to content
Snippets Groups Projects

Create Epic Elasticsearch index

Merged Madelein van Niekerk requested to merge 250699-epic-index into master
7 files
+ 15
31
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -28,7 +28,7 @@ module Group
add_authentication_token_field :saml_discovery_token, unique: false, token_generator: -> { Devise.friendly_token(8) }
has_many :epics, dependent: :destroy
has_many :epics
has_many :epic_boards, class_name: 'Boards::EpicBoard', inverse_of: :group
has_many :iterations
has_many :iterations_cadences, class_name: 'Iterations::Cadence'
Loading