You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In README.md ,
I think that
"the above diff patch adds functionality to support ALTER TABLE t1 COLUMN c1 SET(log_old_value=true)"
should be
"the above diff patch adds functionality to support ALTER TABLE t1 ALTER COLUMN c1 SET(log_old_value=true)".
The text was updated successfully, but these errors were encountered:
In README.md ,
I think that
"the above diff patch adds functionality to support ALTER TABLE t1 COLUMN c1 SET(log_old_value=true)"
should be
"the above diff patch adds functionality to support ALTER TABLE t1 ALTER COLUMN c1 SET(log_old_value=true)".
The text was updated successfully, but these errors were encountered: