UPDATE: Historian module
All checks were successful
Build and Release / release (push) Successful in 1m20s
All checks were successful
Build and Release / release (push) Successful in 1m20s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,6 +6,7 @@ CREATE TABLE IF NOT EXISTS user_verifications (
|
||||
is_deleted BOOLEAN NOT NULL DEFAULT false,
|
||||
status SMALLINT NOT NULL DEFAULT 1,
|
||||
reviewed_by UUID REFERENCES users(id),
|
||||
review_note TEXT,
|
||||
reviewed_at TIMESTAMPTZ,
|
||||
created_at TIMESTAMPTZ DEFAULT now()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user