Skip to content

Commit

Permalink
🗃️ Add id_linked_user to tcg_collections table
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Apr 2, 2024
1 parent 505786e commit 3423e19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/scripts/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ CREATE TABLE tcg_collections
parent_collection uuid NULL,
created_at timestamp NOT NULL,
modified_at timestamp NOT NULL,
id_linked_user uuid NOT NULL,
CONSTRAINT PK_tcg_collections PRIMARY KEY ( id_tcg_collection )
);

Expand Down

0 comments on commit 3423e19

Please sign in to comment.