Files
netmaker/clickhouse/initdb.d/03_alter_flows_table_tenant_id.sql
T
2026-04-06 11:16:23 +05:30

2 lines
73 B
SQL

ALTER TABLE flows
ADD COLUMN IF NOT EXISTS tenant_id String DEFAULT '%s';