Update visited_countries column type to jsonb

This commit is contained in:
Eugene Burmakin
2025-05-16 21:29:07 +02:00
parent 52fe105230
commit c681fdbdb6
4 changed files with 8 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ RUN apk -U add --no-cache \
less \
yaml-dev \
gcompat \
libgeos-dev \
geos \
&& mkdir -p $APP_PATH
# Update gem system and install bundler

View File

@@ -22,7 +22,7 @@ RUN apk -U add --no-cache \
less \
yaml-dev \
gcompat \
libgeos-dev \
geos \
&& mkdir -p $APP_PATH
# Update gem system and install bundler