Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc: Stop tracking clickhouse schema (#2309)
## Context Today the `db/clickhouse_schema.rb` is tracked in git. This file contains "sensitive" data like the Kafka URL and password (for local env). In order to avoid comiting these sensitive data, a `clickhouse:filter` rake task was added to obfuscate the values. As CI tasks are performing the full clickhouse migrations, it appears that the shema.rb file is actually not mandatory at all and could be removed from the git repository. ## Description This PR: - Removes the `db/clickhouse_schema.rb` file - Add the `db/clickhouse_schema.rb` in the untracked files - Remove the `clickhouse:filter` rake task
- Loading branch information