Renames on database Grant Constrains.
This commit is contained in:
parent
184b28e8ea
commit
37ec020231
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public."Grant"
|
||||
RENAME CONSTRAINT "fk_project_content" TO "fk_grant_content";
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public."Grant"
|
||||
RENAME CONSTRAINT "fk_project_creator" TO "fk_grant_creator";
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE public."Grant"
|
||||
RENAME CONSTRAINT "Project_pkey" TO "Grant_pkey";
|
Loading…
Reference in New Issue