From a37a77276f90084f0a33cba0cd238343eb2c617b Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Mon, 10 Mar 2025 14:29:10 +0300 Subject: [PATCH] m --- .../politics/people/fursov/global/global.txt | 1 + security/server/keycloak/db/user-entity.txt | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 security/server/keycloak/db/user-entity.txt diff --git a/nontech/politics/people/fursov/global/global.txt b/nontech/politics/people/fursov/global/global.txt index fb7b15cfb..3ab7b024e 100644 --- a/nontech/politics/people/fursov/global/global.txt +++ b/nontech/politics/people/fursov/global/global.txt @@ -9,6 +9,7 @@ https://nday.club/video/playlist/mir-asimptoty 2025 TruthOnTV - Fursov - Games of Globals with Humanity of 26:34 https://www.youtube.com/watch?v=KJae8OWA53w + ! 24:00 - zolotoy ordon (zolotoy dvorets) 2024 TruthVeschateli - Prestol Games in USSR. Stru Brothers of 56:22 https://vk.com/video-206556269_456242000 diff --git a/security/server/keycloak/db/user-entity.txt b/security/server/keycloak/db/user-entity.txt new file mode 100644 index 000000000..dab079b41 --- /dev/null +++ b/security/server/keycloak/db/user-entity.txt @@ -0,0 +1,34 @@ + Table "public.user_entity" + Column | Type | Collation | Nullable | Default +-----------------------------+------------------------+-----------+----------+--------- + id | character varying(36) | | not null | + email | character varying(255) | | | + email_constraint | character varying(255) | | | + email_verified | boolean | | not null | false + enabled | boolean | | not null | false + federation_link | character varying(255) | | | + first_name | character varying(255) | | | + last_name | character varying(255) | | | + realm_id | character varying(255) | | | + username | character varying(255) | | | + created_timestamp | bigint | | | + service_account_client_link | character varying(255) | | | + not_before | integer | | not null | 0 +Indexes: + "constraint_fb" PRIMARY KEY, btree (id) + "idx_user_email" btree (email) + "idx_user_service_account" btree (realm_id, service_account_client_link) + "uk_dykn684sl8up1crfei6eckhd7" UNIQUE CONSTRAINT, btree (realm_id, email_constraint) + "uk_ru8tt6t700s9v50bu18ws5ha6" UNIQUE CONSTRAINT, btree (realm_id, username) +Referenced by: + TABLE "federated_identity" CONSTRAINT "fk404288b92ef007a6" FOREIGN KEY (user_id) REFERENCES user_entity(id) + TABLE "user_attribute" CONSTRAINT "fk_5hrm2vlf9ql5fu043kqepovbr" FOREIGN KEY (user_id) REFERENCES user_entity(id) + TABLE "user_required_action" CONSTRAINT "fk_6qj3w1jw9cvafhe19bwsiuvmd" FOREIGN KEY (user_id) REFERENCES user_entity(id) + TABLE "user_role_mapping" CONSTRAINT "fk_c4fqv34p1mbylloxang7b1q3l" FOREIGN KEY (user_id) REFERENCES user_entity(id) + TABLE "user_consent" CONSTRAINT "fk_grntcsnt_user" FOREIGN KEY (user_id) REFERENCES user_entity(id) + TABLE "credential" CONSTRAINT "fk_pfyr0glasqyl0dei3kl69r6v0" FOREIGN KEY (user_id) REFERENCES user_entity(id) + TABLE "user_group_membership" CONSTRAINT "fk_user_group_user" FOREIGN KEY (user_id) REFERENCES user_entity(id) + +queries + select id, username, email, email_constraint, email_verified from user_entity; + select id, username, email, email_constraint, email_verified from user_entity where username='';