teableio/teable

View on GitHub
packages/db-main-prisma/prisma/postgres/migrations/20240416092001_clean_useless_tables/migration.sql

Summary

Maintainability
Test Coverage
/*
  Warnings:

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

*/
-- DropTable
DROP TABLE "automation_workflow";

-- DropTable
DROP TABLE "automation_workflow_action";

-- DropTable
DROP TABLE "automation_workflow_execution_history";

-- DropTable
DROP TABLE "automation_workflow_trigger";