blob: 556af9aeae5824668ab1e9ce8b011e8fc07cab56 [file] [log] [blame]
Scott Baker222955a2019-03-29 09:56:59 -07001*** xos/synchronizer/models/simpleexampleservice.orig Fri Mar 29 09:26:15 2019
2--- xos/synchronizer/models/simpleexampleservice.xproto Fri Mar 29 09:50:10 2019
3***************
4*** 10,15 ****
5--- 10,20 ----
6 max_length = 254];
7 optional string service_secret = 2 [
8 help_text = "Service Secret to place in a file"];
9+
10+ required string renamed_new_field = 3 [
11+ help_text = "New field to test data migration",
12+ db_index = False,
13+ default = "renamed_new_stuff"];
14 }
15
16 // Note: Named ColorNew to prevent name collision with ExampleService's Color.