Renames on database Grant Constrains.

This commit is contained in:
gkolokythas 2019-08-01 12:12:59 +03:00
parent 184b28e8ea
commit 37ec020231
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE public."Grant"
RENAME CONSTRAINT "fk_project_content" TO "fk_grant_content";

View File

@ -0,0 +1,2 @@
ALTER TABLE public."Grant"
RENAME CONSTRAINT "fk_project_creator" TO "fk_grant_creator";

View File

@ -0,0 +1,2 @@
ALTER TABLE public."Grant"
RENAME CONSTRAINT "Project_pkey" TO "Grant_pkey";