/* Warnings: - You are about to drop the `EnergyData` table. If the table is not empty, all the data it contains will be lost. - You are about to drop the `Site` table. If the table is not empty, all the data it contains will be lost. */ -- DropForeignKey ALTER TABLE "public"."EnergyData" DROP CONSTRAINT "EnergyData_consumptionSiteId_fkey"; -- DropForeignKey ALTER TABLE "public"."EnergyData" DROP CONSTRAINT "EnergyData_generationSiteId_fkey"; -- DropTable DROP TABLE "public"."EnergyData"; -- DropTable DROP TABLE "public"."Site";