Commit 4831ead
committed
fix: Skip maintainer updates that conflict
We're using the github_id as a primary key for the NixMaintainer model
which prevents us from updating this field for a specific username and
we can't have duplicate usernames either since we have a unique
contstraint on them.
This "patches" #658 so ingestion works, until we figure out how to
handle #657.1 parent 48bcc0d commit 4831ead
File tree
1 file changed
+16
-11
lines changed1 file changed
+16
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
209 | 210 | | |
210 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
211 | 216 | | |
212 | 217 | | |
213 | 218 | | |
| |||
0 commit comments