remove contact company/country/location across db and ui

This commit is contained in:
Ruslan Bakiev
2026-02-23 14:52:26 +07:00
parent f6b738352b
commit 60b9bb9fd1
15 changed files with 42 additions and 135 deletions

View File

@@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "Contact" DROP COLUMN "company",
DROP COLUMN "country",
DROP COLUMN "location";