fix
This commit is contained in:
parent
55b318b2f1
commit
d5a82fff6a
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue