summaryrefslogtreecommitdiff
path: root/internal/storage/postgres_provider.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/storage/postgres_provider.go')
-rw-r--r--internal/storage/postgres_provider.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/postgres_provider.go b/internal/storage/postgres_provider.go
index ac59dcd3c..c2783d082 100644
--- a/internal/storage/postgres_provider.go
+++ b/internal/storage/postgres_provider.go
@@ -8,7 +8,7 @@ import (
_ "github.com/jackc/pgx/v4/stdlib" // Load the PostgreSQL Driver used in the connection string.
- "github.com/authelia/authelia/internal/configuration/schema"
+ "github.com/authelia/authelia/v4/internal/configuration/schema"
)
// PostgreSQLProvider is a PostgreSQL provider.