mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cp -r /idl/* /var/lib/clickhouse/format_schemas/
|