jl-backend-rs/migrations/7_unit_alter.sql

2 lines
84 B
SQL

ALTER TABLE public.unit ALTER COLUMN bathrooms TYPE float4 USING bathrooms::float4;