Commit Graph

2 Commits

Author SHA1 Message Date
Cody Cutrer 809904d8b6 add frozen_string_literal comment to migrations
Change-Id: Idf4ddb29567c1dfab9f01b09c7a1056367ae7b44
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/261814
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2021-03-30 18:14:36 +00:00
Aaron Hsu b938f606d7 Add confirmation sent count at on communications channels
fixes COMMS-1781

Test Plan
* Make sure to run bundle exec rake db:migrate
* Trigger the confirm_email_communication_channel or
confirm_registration event on the Communication Model
* We can do this by adding a comm channel in the console
going over to the channels and adding an email on the
account
* notice that when its added it will attempt to send
a confirmation
* We can look at rails c and notice that the new
confirmation_sent_count column will be incremented

Change-Id: I5a2af0fa1e2cff3949c9fbc4a93550f20abeb810
Reviewed-on: https://gerrit.instructure.com/176233
Reviewed-by: Steven Burnett <sburnett@instructure.com>
Tested-by: Jenkins
QA-Review: Landon Gilbert-Bland <lbland@instructure.com>
Product-Review: Aaron Hsu <ahsu@instructure.com>
2019-01-07 17:07:55 +00:00