From e81067badba0e656df79417bbb22d1b7f6874d95 Mon Sep 17 00:00:00 2001 From: Chlins Zhang Date: Thu, 3 Nov 2022 10:05:46 +0800 Subject: [PATCH] fix: cherry pick 262 sql for migrations (#17735) Signed-off-by: chlins --- make/migrations/postgresql/0091_2.6.2_schema.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 make/migrations/postgresql/0091_2.6.2_schema.up.sql diff --git a/make/migrations/postgresql/0091_2.6.2_schema.up.sql b/make/migrations/postgresql/0091_2.6.2_schema.up.sql new file mode 100644 index 000000000..f70551519 --- /dev/null +++ b/make/migrations/postgresql/0091_2.6.2_schema.up.sql @@ -0,0 +1 @@ +ALTER TABLE replication_policy ADD COLUMN IF NOT EXISTS copy_by_chunk boolean; \ No newline at end of file