Files
akvorado/docker/clickhouse/test-db.sql
Vincent Bernat 85226d0326 docker: create a database "test" for ClickHouse
Keep using the default one for the migration tests, but for the small
tests, use the "test" one.
2025-07-27 21:44:28 +02:00

2 lines
36 B
SQL

CREATE DATABASE IF NOT EXISTS test;