From ab593ebf1afb1c0353e2565be657c9038dad7cb0 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Tue, 28 Jan 2025 16:29:21 +0100 Subject: [PATCH] Correct db name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 25e9625..163e85d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,4 +30,4 @@ services: image: postgres:17.2-alpine environment: POSTGRES_USER: postgres - POSTGRES_DB: test + POSTGRES_DB: tradex_test