/*
  Warnings:

  - You are about to drop the column `terms_and_conditions_file_path` on the `Commodity` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE `Commodity` DROP COLUMN `terms_and_conditions_file_path`,
    ADD COLUMN `disclosure_statement_file_path` VARCHAR(191) NULL;
