/*
  Warnings:

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

*/
-- DropForeignKey
ALTER TABLE `Document` DROP FOREIGN KEY `Document_ownerId_fkey`;

-- DropIndex
DROP INDEX `Document_ownerId_fkey` ON `Document`;

-- DropTable
DROP TABLE `User`;
