commit | 08feda06caa6693d24cec2c57e13b1392b8fe6b3 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 21 14:16:16 2018 -0700 |
committer | Matteo Scandolo <teo@opennetworking.org> | Tue Aug 21 14:16:16 2018 -0700 |
tree | cf4b5d782602bd1f2b616a9e42bea63044df40bf | |
parent | fab45ef45074eaca5d122b4d56fa781469ec205b [diff] |
[SEBA-202] Adding remote_id to subscriber Change-Id: I7343d9634ed613ee94648ec32307cdab5876e815
diff --git a/xos/synchronizer/models/rcord.xproto b/xos/synchronizer/models/rcord.xproto index e34bf76..a691859 100644 --- a/xos/synchronizer/models/rcord.xproto +++ b/xos/synchronizer/models/rcord.xproto
@@ -26,4 +26,5 @@ // operator specific fields optional string nas_port_id = 20 [db_index = False]; optional string circuit_id = 21 [db_index = False]; + optional string remote_id = 22 [db_index = False]; }