/*
  Warnings:

  - You are about to drop the column `no` on the `guru` table. All the data in the column will be lost.
  - You are about to drop the column `no` on the `jurusan` table. All the data in the column will be lost.
  - You are about to drop the column `no` on the `mapel` table. All the data in the column will be lost.

*/
-- DropIndex
DROP INDEX "guru_no_key";

-- DropIndex
DROP INDEX "jurusan_no_key";

-- DropIndex
DROP INDEX "mapel_no_key";

-- AlterTable
ALTER TABLE "guru" DROP COLUMN "no";

-- AlterTable
ALTER TABLE "jurusan" DROP COLUMN "no";

-- AlterTable
ALTER TABLE "mapel" DROP COLUMN "no";
