update sql files

This commit is contained in:
2025-07-27 10:10:58 +02:00
committed by swordsteel
parent da491cecfa
commit 82c590dc30

View File

@@ -56,10 +56,12 @@ CREATE DATABASE account_registry
WITH
OWNER = role_administrator
ENCODING = 'UTF8'
LC_COLLATE = 'en_US.utf8'
LC_CTYPE = 'en_US.utf8'
LC_COLLATE = 'en_US.UTF-8'
LC_CTYPE = 'en_US.UTF-8'
LOCALE_PROVIDER = 'libc'
TABLESPACE = pg_default
CONNECTION LIMIT = -1
IS_TEMPLATE = False;
COMMENT ON DATABASE account_registry
IS 'Primary database for user account registration and identity management';