Commit 534edae
fix: プロフィールupsert処理に関する複数の不具合修正
- parent_homephone_numberにDEFAULT ''を追加し、初回INSERT時のNOT NULL制約違反を防止
- サインアップ時にuser_private_profilesの初期レコードを作成するように修正
- DuplicateUpdateのbool返り値を修正し、UPDATE成功時にtrueを返すように変更
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent be1af87 commit 534edae
File tree
4 files changed
+9
-2
lines changed- pkg
- db
- sql/user
- google_auth
- schema
4 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments