SEBA-420 remove superfluous xproto options

Change-Id: Icb3889a4f68a5942fb538fd81bc042a7edaa3690
diff --git a/xos/synchronizer/models/att-workflow-driver.xproto b/xos/synchronizer/models/att-workflow-driver.xproto
index 6b4d7ba..5d4f61a 100644
--- a/xos/synchronizer/models/att-workflow-driver.xproto
+++ b/xos/synchronizer/models/att-workflow-driver.xproto
@@ -14,7 +14,6 @@
 
     required string serial_number = 2 [
         help_text = "Serial number of ONU",
-        db_index = False,
         max_length = 254,
         tosca_key=True,
         unique = True];
@@ -22,42 +21,34 @@
         help_text = "Subscriber authentication state",
         choices = "(('AWAITING', 'Awaiting'), ('STARTED', 'Started'), ('REQUESTED', 'Requested'), ('APPROVED', 'Approved'), ('DENIED', 'Denied'), )",
         default = "AWAITING",
-        db_index = False,
         feedback_state = True,
         max_length = 50];
     required string of_dpid = 4 [
         help_text = "OLT Openflow ID",
-        db_index = False,
         max_length = 254];
     required int32 uni_port_id = 5 [
-        help_text = "ONU UNI port ID",
-        db_index = False];
+        help_text = "ONU UNI port ID"];
     required string onu_state = 6 [
         help_text = "ONU administrative state",
         choices = "(('AWAITING', 'Awaiting'), ('ENABLED', 'Enabled'), ('DISABLED', 'Disabled'))",
-        db_index = False,
         default = "AWAITING",
         feedback_state = True,
         max_length = 254];
     optional string status_message = 7 [
         help_text = "Status text of current state machine state",
-        db_index = False,
         default = "",
         max_length = 254];
     required string dhcp_state = 8 [
         max_length = 254,
-        db_index = False,
         default = "AWAITING",
         choices = "(('AWAITING', 'Awaiting'), ('DHCPDISCOVER', 'DHCPDISCOVER'), ('DHCPACK', 'DHCPACK'), ('DHCPREQUEST', 'DHCPREQUEST'))",
         feedback_state = True];
     optional string ip_address = 9 [
         help_text = "Subcriber IP address, learned from DHCP",
-        db_index = False,
         feedback_state = True,
         max_length = 20];
     optional string mac_address = 10 [
         help_text = "Subscriber MAC address, leanred from DHCP",
-        db_index = False,
         feedback_state = True,
         max_length = 20];
 }
@@ -73,15 +64,12 @@
         tosca_key = True];
     required string serial_number = 2 [
         help_text = "ONU Serial Number",
-        db_index = False,
         max_length = 254,
         tosca_key = True,
         unique_with = "owner"];
     required int32 pon_port_id = 3 [
-        help_text = "PON Port on which this ONU is expected to show up",
-        db_index = False];
+        help_text = "PON Port on which this ONU is expected to show up"];
     required string device_id = 4 [
         help_text = "OLT Device (logical device id) on which this ONU is expected to show up",
-        db_index = False,
         max_length = 54];
 }