Add Options field to RemoteClusters (#25771)
* add Option flag to RemoteClusters * add Options column to RemoteClusters table
Этот коммит содержится в:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE RemoteClusters DROP COLUMN IF EXISTS Options;
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE RemoteClusters ADD COLUMN IF NOT EXISTS Options SMALLINT NOT NULL DEFAULT 0;
|
||||
|
||||
Ссылка в новой задаче
Block a user