This commit is contained in:
JMARyA 2024-10-07 21:28:07 +02:00
parent d5a82fff6a
commit b4df75dcb6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -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 (