You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect:add_exclusion_constraint,nil,[:delete_me,"daterange(start_date, end_date) WITH &&",using: :gist,where: "start_date IS NOT NULL AND end_date IS NOT NULL",name: "date_overlap"]
168
+
expect:add_exclusion_constraint,nil,[:delete_me,"daterange(start_date, end_date) WITH &&"],using: :gist,where: "start_date IS NOT NULL AND end_date IS NOT NULL",name: "date_overlap"
169
169
t.exclusion_constraint"daterange(start_date, end_date) WITH &&",using: :gist,where: "start_date IS NOT NULL AND end_date IS NOT NULL",name: "date_overlap"
0 commit comments