From 3f23d66ea9220bae2abad0660b25d47ceb65c868 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 8 Jun 2025 18:54:00 +0200 Subject: [PATCH] test changed from sqlite3 to postgres --- config/database.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 9e8a11c..8232551 100644 --- a/config/database.yml +++ b/config/database.yml @@ -43,4 +43,8 @@ development: # Do not set this db to the same as development or production. test: <<: *default - database: storage/test.sqlite3 + adapter: postgresql + database: debshots_test + username: debshots_tests + password: GonwannEn0 + host: localhost