#!/usr/bin/env bash
# temporary script to init metrics clickhouse schema before we've got migrations setup properly
bin/wait-for-docker

cat bin/clickhouse-metrics.sql | docker-compose exec -T clickhouse clickhouse-client
