Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Sep 15, 2023
1 parent 6777f27 commit ff4b28c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/catalog.proto
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ message Table {
}

enum TableStatus {
UNSPECIFIED = 0;
CREATING = 0;
CREATED = 1;
}
Expand Down

0 comments on commit ff4b28c

Please sign in to comment.