Ignore:
Timestamp:
01/28/26 12:12:43 (5 months ago)
Author:
Tome <gjorgievtome@…>
Branches:
main
Children:
a744c90
Parents:
ad211d1
Message:

Fix missing attribute in buildComponents relation

Location:
database/migrations/meta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • database/migrations/meta/0000_snapshot.json

    rad211d1 re03e6fb  
    11{
    2   "id": "779a3882-651b-446d-8967-3728aeea2888",
     2  "id": "d1ab4ce8-e387-4d74-8d5b-511fdbe0a032",
    33  "prevId": "00000000-0000-0000-0000-000000000000",
    44  "version": "7",
     
    99      "schema": "",
    1010      "columns": {
    11         "id": {
    12           "name": "id",
    13           "type": "serial",
    14           "primaryKey": true,
    15           "notNull": true
    16         },
    1711        "build_id": {
    1812          "name": "build_id",
     
    2620          "primaryKey": false,
    2721          "notNull": true
     22        },
     23        "num_components": {
     24          "name": "num_components",
     25          "type": "integer",
     26          "primaryKey": false,
     27          "notNull": true,
     28          "default": 1
    2829        }
    2930      },
     
    5758        }
    5859      },
    59       "compositePrimaryKeys": {},
     60      "compositePrimaryKeys": {
     61        "build_component_build_id_component_id_pk": {
     62          "name": "build_component_build_id_component_id_pk",
     63          "columns": [
     64            "build_id",
     65            "component_id"
     66          ]
     67        }
     68      },
    6069      "uniqueConstraints": {},
    6170      "policies": {},
  • database/migrations/meta/_journal.json

    rad211d1 re03e6fb  
    66      "idx": 0,
    77      "version": "7",
    8       "when": 1769188258136,
    9       "tag": "0000_regular_kulan_gath",
     8      "when": 1769598141213,
     9      "tag": "0000_shallow_darkhawk",
    1010      "breakpoints": true
    1111    }
Note: See TracChangeset for help on using the changeset viewer.