Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aykut-bozkurt committed Jul 13, 2023
1 parent 4c69e9c commit ecaadc9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@

* Propagates `ALTER SCHEMA .. OWNER TO ..` commands to worker (#6987)

* Allows DROP CONSTRAINT in command string with other commands (#7012)
* Allows `ADD COLUMN` in command string with other commands (#7032)

* Allows `DROP CONSTRAINT` in command string with other commands (#7012)

* Makes sure to properly handle index storage options for `ADD CONSTRAINT
`/ COLUMN commands (#7032)

* Makes sure to properly handle `IF NOT EXISTS` for `ADD COLUMN` commands
(#7032)

* Allows using generated identity column based on int/smallint when creating
a distributed table with the limitation of not being able perform DMLs on
Expand Down

0 comments on commit ecaadc9

Please sign in to comment.