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

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