fix
This commit is contained in:
parent
d5a82fff6a
commit
b4df75dcb6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ CREATE TABLE flow_notes (
|
||||||
time timestamptz NOT NULL DEFAULT current_timestamp,
|
time timestamptz NOT NULL DEFAULT current_timestamp,
|
||||||
content TEXT NOT NULL,
|
content TEXT NOT NULL,
|
||||||
on_flow UUID NOT NULL,
|
on_flow UUID NOT NULL,
|
||||||
FOREIGN KEY on_flow REFERENCES flows(id)
|
FOREIGN KEY(on_flow) REFERENCES flows(id)
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE transactions (
|
CREATE TABLE transactions (
|
||||||
|
|
Loading…
Reference in a new issue