mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 17:24:15 +01:00
10f1a52c8e
Co-authored-by: James Greenhill <james@jamess-mbp.lan>
5 lines
69 B
Bash
Executable File
5 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cp -r /idl/* /var/lib/clickhouse/format_schemas/
|