Skip to content

Commit

Permalink
rename pk orders (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
st1page authored Mar 11, 2022
1 parent 9f2387b commit 81f1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ message Table {
string name = 4;
repeated plan.ColumnCatalog column_catalog = 5;
repeated int32 pk_column_ids = 6;
repeated plan.OrderType order_types = 7;
repeated plan.OrderType pk_orders = 7;
repeated int32 dependent_tables = 8;
}

Expand Down

0 comments on commit 81f1686

Please sign in to comment.