From f3e173e08c3b9ca026bbbee7e67e1da3e4952885 Mon Sep 17 00:00:00 2001 From: Jan Kvetina Date: Wed, 5 Jan 2022 20:03:12 +0100 Subject: [PATCH] Create README.md --- tables/README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 tables/README.md diff --git a/tables/README.md b/tables/README.md new file mode 100644 index 0000000..cbe0ace --- /dev/null +++ b/tables/README.md @@ -0,0 +1,51 @@ +# Tables + +### Apps, Roles, Users, Sessions + +Table Name | Description +---------- | ----------- +APPS | List of apps +ROLES | List of roles +SESSIONS | List of sessions +USER_ROLES | List of roles assigned to users +USERS | List of users + +
+ +### Navigation + +Table Name | Description +---------- | ----------- +NAVIGATION | Navigation items + +
+ +### Logging + +Table Name | Description +---------- | ----------- +EVENTS | List of events interesting for business +LOG_EVENTS | List of business events +LOGS | Various logs raised in application; daily partitions +LOGS_BLACKLIST | Define what logs will or wont be tracked + +
+ +### Settings + +Table Name | Description +---------- | ----------- +SETTING_CONTEXTS | List of contexts for settings overrides +SETTINGS | List of settings shared through whole app + +
+ +### Others + +Table Name | Description +---------- | ----------- +USER_SOURCE_VIEWS | User views source converted to lines + +
+ +