Skip to content

Commit 2afc924

Browse files
fix: Remove commented-out foreign key constraint for ownerId in place table
1 parent 2fdf870 commit 2afc924

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ CREATE TABLE "place" (
720720
"updatedAt" TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
721721
CONSTRAINT "fk_createdById_categoryplace" FOREIGN KEY ("createdById") REFERENCES users("_id"),
722722
CONSTRAINT "fk_categoryPlaceId_place" FOREIGN KEY ("categoryPlaceId") REFERENCES "categoryPlace"("_id")
723-
-- CONSTRAINT "fk_ownerId_place" FOREIGN KEY ("ownerId") REFERENCES owner("_id")
724723
);
725724

726725

0 commit comments

Comments
 (0)