Add default false to the new column

talha_tes1
Ahmet Gedemenli 2021-10-21 16:54:22 +03:00
parent 89b14bb03e
commit 5fb677d228
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@
DROP FUNCTION IF EXISTS pg_catalog.master_apply_delete_command(text);
DROP FUNCTION pg_catalog.master_get_table_metadata(text);
ALTER TABLE pg_catalog.pg_dist_partition ADD COLUMN autoconverted boolean;
ALTER TABLE pg_catalog.pg_dist_partition ADD COLUMN autoconverted boolean DEFAULT false;