dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Support `dolt schema update-tag` in SQL

Open fulghum opened this issue 1 year ago • 1 comments

Column tag collisions can happen if schema changes are made on different branches and the new column tags happen to use the same tag id. From the CLI, there is a path for customers to unblock themselves by using the dolt schema update-tag command, but we don't support this via SQL today. We should provide a stored procedure that exposes the same functionality so that customers can unblock themselves if they do hit this.

fulghum avatar Apr 17 '24 16:04 fulghum

Alternate proposal: kill tags

https://github.com/dolthub/dolt/issues/7772

zachmu avatar Apr 22 '24 22:04 zachmu