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,
|
ended timestamptz,
|
||||||
"next" UUID,
|
"next" UUID,
|
||||||
produced UUID[],
|
produced UUID[],
|
||||||
FOREIGN KEY "next" REFERENCES flows(id)
|
FOREIGN KEY("next") REFERENCES flows(id)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE flow_notes (
|
CREATE TABLE flow_notes (
|
||||||
|
|
Loading…
Reference in a new issue