Comment 9 for bug 1439928

Revision history for this message
Dave Chen (wei-d-chen) wrote :

@David, see the entries below, maybe it is not necessary to make unique combination on (name, fitlers).

mysql> select * from endpoint_group;
+----------------------------------+---------------------+----------------------------+------------------------+
| id | name | description | filters |
+----------------------------------+---------------------+----------------------------+------------------------+
| 45b122d470d54cd5aa325bd028e51441 | endpoint_group_name | endpoint group description | {"interface": "admin"} |
| 5db2275539d94b258cd3c6976b2c80df | endpoint_group_name | endpoint group description | {"interface": "admin"} |
| af37fa8122404102a91fed908fe62994 | endpoint_group_name | endpoint group description | {"interface": "admin"} |
+----------------------------------+---------------------+----------------------------+------------------------+
3 rows in set (0.02 sec)