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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • database/migrations/0000_shallow_darkhawk.sql

    rad211d1 re03e6fb  
    11CREATE TABLE "build_component" (
    2         "id" serial PRIMARY KEY NOT NULL,
    3         "build_id" integer NOT NULL,
    4         "component_id" integer NOT NULL
     2        "build_id" integer NOT NULL,
     3        "component_id" integer NOT NULL,
     4        "num_components" integer DEFAULT 1 NOT NULL,
     5        CONSTRAINT "build_component_build_id_component_id_pk" PRIMARY KEY("build_id","component_id")
    56);
    67--> statement-breakpoint
Note: See TracChangeset for help on using the changeset viewer.