add parent claim_id

This commit is contained in:
Lex Berezhny 2019-04-10 15:33:27 -04:00
parent d326456f6e
commit 77dab83c91

View file

@ -10,6 +10,8 @@ message Claim {
repeated Language languages = 5;
repeated Location locations = 6;
bytes parent = 7;
oneof type {
Stream stream = 10;
Channel channel = 11;