diff --git a/migrations/0000_init.sql b/migrations/0000_init.sql index d617aa1..fc53325 100644 --- a/migrations/0000_init.sql +++ b/migrations/0000_init.sql @@ -6,7 +6,7 @@ CREATE TABLE flows ( ended timestamptz, "next" UUID, produced UUID[], - FOREIGN KEY "next" REFERENCES flows(id) + FOREIGN KEY("next") REFERENCES flows(id) ); CREATE TABLE flow_notes (