Commit 7bd952b
chore(migrations): rebase onto dev, renumber vuln-id chain 0280-0282
Resolves the migration-graph leaf collision: dev has advanced to
0279_jira_project_transition_fields, so the vulnerability-id migrations are
renumbered 0276/0277/0278 -> 0280/0281/0282 and the first is re-parented onto
the current dev leaf.
Also merges a duplicate `class Meta` on Vulnerability_Id introduced by the
rebase: dev's global-search FTS work added its own Meta (GIN indexes) adjacent
to this branch's Meta (unique constraint + dojo_vuln_id_lookup_idx). Python
keeps only the last class body, which silently dropped the constraint/index
from the model state (makemigrations wanted to remove them). Both are now in a
single Meta. `makemigrations --check dojo` reports no changes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 9bfc787 commit 7bd952b
4 files changed
Lines changed: 3 additions & 7 deletions
File tree
- dojo
- db_migrations
- finding
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
1400 | 1396 | | |
1401 | 1397 | | |
1402 | 1398 | | |
| |||
0 commit comments