/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE `lineitem` DROP COLUMN `taxed`;
