Skip to content

Commit

Permalink
Add empty lines in the end of the files
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsha-dev committed Jan 17, 2025
1 parent 298e725 commit ef7e3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/database/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ RUN wget https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz && \
make install && \
cd .. && \
rm -rf postgis-3.4.2 && \
rm postgis-3.4.2.tar.gz
rm postgis-3.4.2.tar.gz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ANALYZE VERBOSE;

ALTER EXTENSION postgis UPDATE TO '3.4.2';
ALTER EXTENSION pg_trgm UPDATE TO '1.5';
ALTER EXTENSION pg_trgm UPDATE TO '1.5';

0 comments on commit ef7e3c4

Please sign in to comment.