WSL 도커 전환과 trixie-slim 로컬 실행 복구 반영
This commit is contained in:
@@ -29,4 +29,4 @@ CREATE TABLE IF NOT EXISTS ory.oathkeeper_access_logs (
|
||||
raw String DEFAULT ''
|
||||
) ENGINE = MergeTree()
|
||||
ORDER BY (timestamp, request_id)
|
||||
TTL timestamp + INTERVAL 30 DAY;
|
||||
TTL toDateTime(timestamp) + INTERVAL 30 DAY;
|
||||
|
||||
Reference in New Issue
Block a user