Skip to content

Commit

Permalink
fix: picture lines migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Nov 12, 2024
1 parent 518d6e3 commit 0f3f586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/909-add_picture_lines.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE picture_lines (
id TEXT PRIMARY KEY,
"pictureId" TEXT REFERENCES pictures(id) ON DELETE CASCADE,
"pictureId" TEXT,
lines TEXT NOT NULL,
"createdAt" TIMESTAMP
);
Expand Down

0 comments on commit 0f3f586

Please sign in to comment.