fix disability column typo

This commit is contained in:
dpurbosakti
2025-10-06 11:59:50 +07:00
parent 7966cd11e1
commit cb7eac26ef
3 changed files with 6 additions and 3 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Rename a column from "Disabillity" to "Disability"
ALTER TABLE "public"."Person" RENAME COLUMN "Disabillity" TO "Disability";