Skip to content
Snippets Groups Projects
Commit d1a6f269 authored by Aaron Dötsch's avatar Aaron Dötsch
Browse files

updates

parent bbc68766
No related branches found
No related tags found
No related merge requests found
......@@ -186,11 +186,11 @@ CREATE TABLE IF NOT EXISTS mrx_entries (
"id" SERIAL PRIMARY KEY,
"mrx" INT NOT NULL REFERENCES mrx(id),
"date" DATE NOT NULL,
"text" TEXT NOT NULL,
"text" TEXT NOT NULL
);
CREATE TABLE IF NOT EXISTS mrx_attachments (
"id" SERIAL PRIMARY KEY,
"mrx_entry" INT NOT NULL REFERENCES mrx_entries(id),
"path" TEXT NOT NULL,
"path" TEXT NOT NULL
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment