test/sample/1/source/location.avdl in service_contract-0.0.6 vs test/sample/1/source/location.avdl in service_contract-0.0.7
- old
+ new
@@ -15,16 +15,13 @@
string state_name;
string country_name;
string city_name;
string neighborhood_name;
string postal_code_name;
- string to_location;
- string to_short_location;
- string to_long_location;
- string to_location_with_region;
float latitude;
float longitude;
int population;
+ array<Timestamp> foo;
Timestamp updated_at;
}
record FetchOption {
int page = 0;
\ No newline at end of file