proto.EventType Insert is now Create to mirror table.Event
This commit is contained in:
		| @@ -22,7 +22,7 @@ message WatchRequest {} | ||||
|  | ||||
| // EventType is TableEvent type | ||||
| enum EventType { | ||||
|         Insert = 0; | ||||
|         Create = 0; | ||||
|         Delete = 1; | ||||
|         Update = 2; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user