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
workload/schemachange: allow dep error as potential error for ALTER PK
ALTER PRIMARY KEY has been observed to fail with the following error in
the RSW:
```
ERROR: cannot drop column "rowid" because trigger "trigger_w0_190" on table "table_w1_104" depends on it (SQLSTATE 2BP01)
```
This change adds that dependency error to the set of potential errors
for ALTER PRIMARY KEY operations.
Informs #147514
Epic: none
Release note: none
0 commit comments