Skip to content

Commit

Permalink
CV2-3680: remove external_id uniqueness validation
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy committed Sep 24, 2023
1 parent 149218b commit 40f5c0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/tipline_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ class TiplineMessage < ApplicationRecord

belongs_to :team

validates_uniqueness_of :external_id
validates_presence_of :team, :uid, :platform, :language, :direction, :sent_at, :payload

class << self
Expand Down

0 comments on commit 40f5c0b

Please sign in to comment.