Add alter column back to integer for booking.number_dogs in reverse
This commit is contained in:
parent
fdf9502c8b
commit
b7e7d79177
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue