Skip to content

Commit

Permalink
Merge pull request #1 from elhajuojy/AIR-12-ETQ-Administrateur-je-veu…
Browse files Browse the repository at this point in the history
…x-Ajouter-un-vol

[FEATURE][AIR-12][ Administrateur peut Ajouter un vol ][✅]
  • Loading branch information
elhajoujy authored Oct 8, 2023
2 parents 5cb4284 + aae0507 commit 51abfec
Show file tree
Hide file tree
Showing 13 changed files with 724 additions and 16 deletions.
2 changes: 1 addition & 1 deletion database/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CREATE TABLE VILLE_IMAGE (
ID SERIAL NOT NULL ,
IMAGE VARCHAR(255),
VILLE_ID INT NOT NULL,
CONSTRAINT FK_CITY FOREIGN KEY (VILLE_ID) REFERENCES VILLE(ID),
CONSTRAINT FK_CITY FOREIGN KEY (VILLE_ID) REFERENCES VILLE(ID) ON DELETE CASCADE ON UPDATE CASCADE,
PRIMARY KEY (ID)
);

Expand Down
Loading

0 comments on commit 51abfec

Please sign in to comment.