Skip to content

Commit

Permalink
Remove db service fields from gateway_info_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Dec 10, 2024
1 parent f974093 commit cfccff0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ message gateway_info_v2 {
gateway_metadata_v2 metadata = 2;
// the asserted device type of the gateway
device_type device_type = 3;
// The Unix epoch timestamp (in seconds)
// when the data was read from the chain and written to the database.
// It does not necessarily mean that anything was changed in the gateway.
uint64 refreshed_at = 4;
// The unix epoch timestamp (in seconds)
// when the gateway was first added to the database.
uint64 created_at = 5;
}

message gateway_info_req_v1 {
Expand Down

0 comments on commit cfccff0

Please sign in to comment.