/*
  Warnings:

  - You are about to drop the column `porcentajeRsh` on the `Ocupante` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE "Ocupante" DROP COLUMN "porcentajeRsh";
