mirror of
https://github.com/openobserve/goflow2.git
synced 2025-10-23 07:11:57 +00:00
Merge pull request #23 from s-chekanov/fix_db_start
Fix clickhouse startup after restart
This commit is contained in:
@@ -3,9 +3,9 @@ set -e
|
||||
|
||||
clickhouse client -n <<-EOSQL
|
||||
|
||||
CREATE DATABASE dictionaries;
|
||||
CREATE DATABASE IF NOT EXISTS dictionaries;
|
||||
|
||||
CREATE DICTIONARY dictionaries.protocols (
|
||||
CREATE DICTIONARY IF NOT EXISTS dictionaries.protocols (
|
||||
proto UInt8,
|
||||
name String,
|
||||
description String
|
||||
|
Reference in New Issue
Block a user