Files
clientsflow/frontend/prisma/migrations/3_remove_contact_profile_fields/migration.sql
2026-02-23 14:52:26 +07:00

6 lines
107 B
SQL

-- AlterTable
ALTER TABLE "Contact" DROP COLUMN "company",
DROP COLUMN "country",
DROP COLUMN "location";