SofPyon / inaka-portal

[DEPRECATED] inaka-portal は PortalDots に改称し、リポジトリも移転します。移行先➡️
https://github.com/portal-dots/PortalDots
MIT License
5 stars 0 forks source link

【ユーザー登録】is_signed_upをsigned_up_atにする #245 #278

Closed hosakou closed 4 years ago

hosakou commented 4 years ago

実装内容

close #245

懸念点

レビュワーに見て欲しい点

参考URL

codecov[bot] commented 4 years ago

Codecov Report

Merging #278 into master will decrease coverage by 0.38%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #278      +/-   ##
============================================
- Coverage     25.37%   24.98%   -0.39%     
- Complexity      444      447       +3     
============================================
  Files           112      112              
  Lines          1348     1353       +5     
============================================
- Hits            342      338       -4     
- Misses         1006     1015       +9
Impacted Files Coverage Δ Complexity Δ
app/Http/Middleware/EnsureEmailIsVerified.php 50% <ø> (-5.56%) 3 <0> (ø)
app/Http/Controllers/Auth/Email/VerifyAction.php 0% <0%> (ø) 9 <0> (+2) :arrow_up:
app/Eloquents/User.php 46% <0%> (-8.17%) 20 <2> (+1)
app/Services/Auth/EmailService.php 0% <0%> (ø) 8 <1> (ø) :arrow_down:
app/Http/Controllers/Users/UpdateInfoAction.php 0% <0%> (ø) 14 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0d9dfc3...0115bba. Read the comment docs.

SofPyon commented 4 years ago

本番環境にも

UPDATE users SET signed_up_at = CURRENT_TIMESTAMP WHERE email_verified_at IS NOT NULL AND univemail_verified_at IS NOT NULL

流しました!