UPDATE: Historian module
All checks were successful
Build and Release / release (push) Successful in 1m20s

This commit is contained in:
2026-04-12 00:35:14 +07:00
parent af76d2a26a
commit 03415782d1
38 changed files with 2759 additions and 231 deletions

View File

@@ -20,7 +20,7 @@ ON user_profiles USING gin (display_name gin_trgm_ops);
CREATE INDEX idx_user_profiles_country
ON user_profiles(country_code);
CREATE UNIQUE INDEX idx_user_profiles_phone
CREATE INDEX idx_user_profiles_phone
ON user_profiles(phone);
CREATE TRIGGER trigger_user_profiles_updated_at