Adding serial_number information to OLTDevice

Change-Id: Ied682803092f0538cf5beaf59dcaeedd65be14c5
diff --git a/xos/synchronizer/models/volt.xproto b/xos/synchronizer/models/volt.xproto
index 1db42e4..cd398d8 100644
--- a/xos/synchronizer/models/volt.xproto
+++ b/xos/synchronizer/models/volt.xproto
@@ -27,6 +27,7 @@
     optional int32 port = 5 [help_text = "Device port", db_index = False];
     optional string mac_address = 6 [help_text = "Device mac address", db_index = False];
 
+    optional string serial_number = 9 [help_text = "Serial Number", db_index = False, feedback_state = True];
     optional string device_id = 10 [help_text = "Device ID", db_index = False, feedback_state = True];
     optional string admin_state = 11 [help_text = "admin_state", db_index = False, feedback_state = True];
     optional string oper_status = 12 [help_text = "oper_status", db_index = False, feedback_state = True];