ability to use custom dates everywhere

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-02-26 16:40:09 +01:00
parent 94a0ac7bd0
commit 6a8656da3d
19 changed files with 254 additions and 95 deletions

View File

@@ -40,7 +40,7 @@ CREATE TABLE openpanel.events_bots (
ORDER BY
(project_id, created_at) SETTINGS index_granularity = 8192;
CREATE TABLE profiles (
CREATE TABLE openpanel.profiles (
`id` String,
`external_id` String,
`first_name` String,