Skip to content

Commit 79004ab

Browse files
authored
Update index.md
1 parent e9af16e commit 79004ab

File tree

1 file changed

+13
-0
lines changed
  • docs/en/sql-reference/00-sql-reference/32-system-history-tables

1 file changed

+13
-0
lines changed

docs/en/sql-reference/00-sql-reference/32-system-history-tables/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,19 @@ root = "history_tables"
9999
endpoint_url = "https://s3.amazonaws.com"
100100
access_key_id = "your-access-key"
101101
secret_access_key = "your-secret-key"
102+
103+
104+
[[log.history.tables]]
105+
table_name = "query_history"
106+
107+
[[log.history.tables]]
108+
table_name = "profile_history"
109+
110+
[[log.history.tables]]
111+
table_name = "login_history"
112+
113+
[[log.history.tables]]
114+
table_name = "access_history"
102115
```
103116

104117
> ⚠️ **Note:** When changing storage configuration, existing history tables will be dropped and recreated.

0 commit comments

Comments
 (0)