Index: database/migrations/meta/0000_snapshot.json
===================================================================
--- database/migrations/meta/0000_snapshot.json	(revision ad211d1ca8417919b1358701f1f24d8b8b875a44)
+++ database/migrations/meta/0000_snapshot.json	(revision adc31efc1b4507b5b3a779e6190ce32df4c108a5)
@@ -1,4 +1,4 @@
 {
-  "id": "779a3882-651b-446d-8967-3728aeea2888",
+  "id": "d1ab4ce8-e387-4d74-8d5b-511fdbe0a032",
   "prevId": "00000000-0000-0000-0000-000000000000",
   "version": "7",
@@ -9,10 +9,4 @@
       "schema": "",
       "columns": {
-        "id": {
-          "name": "id",
-          "type": "serial",
-          "primaryKey": true,
-          "notNull": true
-        },
         "build_id": {
           "name": "build_id",
@@ -26,4 +20,11 @@
           "primaryKey": false,
           "notNull": true
+        },
+        "num_components": {
+          "name": "num_components",
+          "type": "integer",
+          "primaryKey": false,
+          "notNull": true,
+          "default": 1
         }
       },
@@ -57,5 +58,13 @@
         }
       },
-      "compositePrimaryKeys": {},
+      "compositePrimaryKeys": {
+        "build_component_build_id_component_id_pk": {
+          "name": "build_component_build_id_component_id_pk",
+          "columns": [
+            "build_id",
+            "component_id"
+          ]
+        }
+      },
       "uniqueConstraints": {},
       "policies": {},
Index: database/migrations/meta/_journal.json
===================================================================
--- database/migrations/meta/_journal.json	(revision ad211d1ca8417919b1358701f1f24d8b8b875a44)
+++ database/migrations/meta/_journal.json	(revision adc31efc1b4507b5b3a779e6190ce32df4c108a5)
@@ -6,6 +6,6 @@
       "idx": 0,
       "version": "7",
-      "when": 1769188258136,
-      "tag": "0000_regular_kulan_gath",
+      "when": 1769598141213,
+      "tag": "0000_shallow_darkhawk",
       "breakpoints": true
     }
