Compare commits

..

8 commits

Author SHA1 Message Date
d8f3a9ecd4 add seed test
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-20 15:49:59 +02:00
c15d8d203d fix validation behaviour 2025-10-20 15:49:59 +02:00
cef5db3ce9 refactor: email sync changes 2025-10-20 15:49:59 +02:00
d1f660e26d refactor: email validations 2025-10-20 15:49:59 +02:00
6ac47bdd9c refactor: email sync changes 2025-10-20 15:49:59 +02:00
ab5c1d6639 feat: email uniqueness constraint between user and member 2025-10-20 15:49:59 +02:00
862ab9f09d add action changes for email sync 2025-10-20 15:49:59 +02:00
3480767755 email sync tests 2025-10-20 15:49:59 +02: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.6
image: docker.io/library/postgres:17.5
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@ -55,7 +55,7 @@ steps:
- mix credo
- name: wait_for_postgres
image: docker.io/library/postgres:17.6
image: docker.io/library/postgres:17.5
commands:
# Wait for postgres to become available
- |

View file

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