Skip to content
Snippets Groups Projects
Commit 31495aeb authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

remove contraint temporarily

parent 34eb385d
Branches
No related tags found
No related merge requests found
Pipeline #13985 passed
...@@ -156,7 +156,6 @@ CREATE TABLE collections ( ...@@ -156,7 +156,6 @@ CREATE TABLE collections (
collection_id SERIAL NOT NULL, collection_id SERIAL NOT NULL,
title VARCHAR NOT NULL, title VARCHAR NOT NULL,
owner_id VARCHAR NOT NULL, owner_id VARCHAR NOT NULL,
PRIMARY KEY (collection_id), PRIMARY KEY (collection_id)
FOREIGN KEY (owner_id) REFERENCES users (user_id)
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment