Add alter column back to integer for booking.number_dogs in reverse

This commit is contained in:
jordi fita mas 2024-04-24 20:29:23 +02:00
parent fdf9502c8b
commit b7e7d79177
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ alter table camper.booking
, drop column if exists subtotal_teenagers
, drop column if exists number_children
, drop column if exists subtotal_children
, alter column number_dogs type integer
, drop column if exists subtotal_dogs
, drop column if exists subtotal_tourist_tax
, drop column if exists total