remove contact company/country/location across db and ui
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Contact" DROP COLUMN "company",
|
||||
DROP COLUMN "country",
|
||||
DROP COLUMN "location";
|
||||
|
||||
Reference in New Issue
Block a user