-- DropForeignKey ALTER TABLE "users" DROP CONSTRAINT "users_office_uuid_fkey"; -- DropIndex DROP INDEX "deed_deed_type_uuid_key"; -- AddForeignKey ALTER TABLE "users" ADD CONSTRAINT "users_office_uuid_fkey" FOREIGN KEY ("office_uuid") REFERENCES "offices"("uuid") ON DELETE CASCADE ON UPDATE CASCADE;