proto.EventType Insert is now Create to mirror table.Event

This commit is contained in:
Milos Gajdos
2019-07-10 18:37:46 +01:00
parent 0f16eb2858
commit 163b917ec7
2 changed files with 30 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ message WatchRequest {}
// EventType is TableEvent type
enum EventType {
Insert = 0;
Create = 0;
Delete = 1;
Update = 2;
}