|
@@ -1,6 +1,5 @@
|
|
|
CMTS:
|
|
|
source_table: "CMTS"
|
|
|
- destination_fully_qualified: "CablemodemBundle:CMTS"
|
|
|
destination_table: "cmts"
|
|
|
mapping:
|
|
|
id: id
|
|
@@ -14,7 +13,6 @@ CMTS:
|
|
|
|
|
|
Profile:
|
|
|
source_table: "Profile"
|
|
|
- destination_fully_qualified: "CablemodemBundle:Profile"
|
|
|
destination_table: "profile"
|
|
|
mapping:
|
|
|
id: id
|
|
@@ -28,7 +26,6 @@ Profile:
|
|
|
|
|
|
Node:
|
|
|
source_table: "Node"
|
|
|
- destination_fully_qualified: "CablemodemBundle:Node"
|
|
|
destination_table: "node"
|
|
|
mapping:
|
|
|
id: id
|
|
@@ -38,7 +35,6 @@ Node:
|
|
|
|
|
|
Cablemodem:
|
|
|
source_table: "Cablemodem"
|
|
|
- destination_fully_qualified: "CablemodemBundle:Cablemodem"
|
|
|
destination_table: "cablemodem"
|
|
|
mapping:
|
|
|
id: id
|