test/sample/1/source/location.avdl in service_contract-0.0.7 vs test/sample/1/source/location.avdl in service_contract-0.0.8
- old
+ new
@@ -19,9 +19,10 @@
string postal_code_name;
float latitude;
float longitude;
int population;
array<Timestamp> foo;
+ array<int> numbers;
Timestamp updated_at;
}
record FetchOption {
int page = 0;
\ No newline at end of file