From 383677ac2d877fcadfac027da7aa37f611810c76 Mon Sep 17 00:00:00 2001 From: Nikitin Aleksandr Date: Tue, 4 Mar 2025 14:07:30 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20DB=5FSCH?= =?UTF-8?q?EME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postgres_gorm/postgres_gorm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_gorm/postgres_gorm.go b/postgres_gorm/postgres_gorm.go index 47546683..c958ec59 100644 --- a/postgres_gorm/postgres_gorm.go +++ b/postgres_gorm/postgres_gorm.go @@ -378,7 +378,7 @@ func FillSettings() { } if Settings.DB_SCHEMA == "" { - log.Panicln("Need fill DB_SCHEMA ! in os.ENV ") + log.Panicln("Need fill DB_SCHEME ! in os.ENV ") } if Settings.DB_USER == "" {