remove division in employee

This commit is contained in:
vanilia
2025-10-24 14:44:04 +07:00
parent 066574e0fe
commit fa1374484a
4 changed files with 10 additions and 12 deletions
@@ -0,0 +1,2 @@
-- Modify "Employee" table
ALTER TABLE "public"."Employee" DROP COLUMN "Division_Code";