mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
clickhouse client -n <<-EOSQL
|
|
CREATE DATABASE IF NOT EXISTS openpanel;
|
|
EOSQL |