2 lines
88 B
MySQL
2 lines
88 B
MySQL
|
ALTER TABLE public."Grant"
|
||
|
RENAME CONSTRAINT "fk_project_content" TO "fk_grant_content";
|