Update DataManagementPlanDB.sql

This commit is contained in:
Nikolaos Laskaris 2017-10-19 01:45:19 +02:00
parent 91675f3663
commit 63a8f264e9
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ COMMENT ON COLUMN "UserAuth"."password" IS 'This field stores a password hash';
create table "UserDMP" (
"id" uuid DEFAULT uuid_generate_v4() NOT NULL,
"user" uuid NOT NULL,
"usr" uuid NOT NULL,
"dmp" uuid NOT NUll,
"role" integer
);