Skip to content

add initial database migration#6

Merged
cfcromn merged 2 commits into
developfrom
chore/5-initial-database-migration
Jul 6, 2026
Merged

add initial database migration#6
cfcromn merged 2 commits into
developfrom
chore/5-initial-database-migration

Conversation

@cfcromn

@cfcromn cfcromn commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

작업 내용

  • Flyway 첫 migration 추가
  • PostGIS extension 활성화 migration 추가
  • 테스트 컨테이너를 PostGIS 이미지로 변경해 migration 검증 가능하도록 수정

검증

  • ./gradlew test

참고

  • 도메인 테이블 생성은 이번 작업 범위에서 제외했습니다.

Close #5

@cfcromn cfcromn changed the title chore: add initial database migration add initial database migration Jul 6, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces PostGIS support by adding a Flyway migration to enable the 'postgis' extension and updating the test container configuration to use a PostGIS-compatible Docker image. The review feedback highlights a potential permission issue when executing the migration in production environments with restricted database users and suggests alternative strategies.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread src/main/resources/db/migration/V1__init_postgis.sql Outdated
@cfcromn cfcromn merged commit 53b5c8e into develop Jul 6, 2026
1 check passed
@cfcromn cfcromn deleted the chore/5-initial-database-migration branch July 6, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add initial database migration

1 participant