/*
  Warnings:

  - You are about to drop the `LifeCycleTransaction` table. If the table is not empty, all the data it contains will be lost.

*/
-- DropForeignKey
ALTER TABLE "LifeCycleTransaction" DROP CONSTRAINT "LifeCycleTransaction_wallet_id_fkey";

-- DropTable
DROP TABLE "LifeCycleTransaction";
