Compare commits

..

10 commits

Author SHA1 Message Date
259d63b66e add seed test
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 20:11:48 +02:00
0af3ac7b69 fix validation behaviour 2025-10-20 20:11:48 +02:00
3b8682bb52 refactor: email sync changes 2025-10-20 20:11:48 +02:00
7d570687c0 refactor: email validations 2025-10-20 20:11:48 +02:00
1fe4a9bb06 refactor: email sync changes 2025-10-20 20:11:48 +02:00
67cfcc5c41 feat: email uniqueness constraint between user and member 2025-10-20 20:11:48 +02:00
f390c5a965 add action changes for email sync 2025-10-20 20:11:48 +02:00
7df34ce5ea email sync tests 2025-10-20 20:11:48 +02:00
b94a4a65d3 Merge pull request 'chore(deps): update postgres to v17.6' (#184) from renovate/postgres into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #184
2025-10-20 19:59:00 +02:00
Renovate Bot
7882370f4a chore(deps): update postgres to v17.6
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 16:43:16 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ name: check
services:
- name: postgres
image: docker.io/library/postgres:17.5
image: docker.io/library/postgres:17.6
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -55,7 +55,7 @@ steps:
- mix credo
- name: wait_for_postgres
image: docker.io/library/postgres:17.5
image: docker.io/library/postgres:17.6
commands:
# Wait for postgres to become available
- |

View file

@ -5,7 +5,7 @@ networks:
services:
db:
image: postgres:17.5-alpine
image: postgres:17.6-alpine
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres