/*
  Warnings:

  - You are about to alter the column `porcentajeRsh` on the `Ocupante` table. The data in that column could be lost. The data in that column will be cast from `Decimal(5,2)` to `DoublePrecision`.

*/
-- AlterTable
ALTER TABLE "Ocupante" ALTER COLUMN "porcentajeRsh" SET DATA TYPE DOUBLE PRECISION;
