浏览代码

FD3-682 update migration host types

Espinoza Guillermo 6 年之前
父节点
当前提交
5e35cdd683
共有 1 个文件被更改,包括 19 次插入3 次删除
  1. 19 3
      app/DoctrineMigrations/src/host_type.yml

+ 19 - 3
app/DoctrineMigrations/src/host_type.yml

@@ -3,12 +3,28 @@ insertorupdate:
         -
           id: 1
           name: "Cablemodem"
-          shortname: "cm"
+          shortname: "cablemodem"
         -
           id: 2
-          name: "CPE"
+          name: "Consumer Provided Endpoint"
           shortname: "cpe"
         -
           id: 3
-          name: "MTA"
+          name: "Radius Access"
+          shortname: "radius"
+        -
+          id: 4
+          name: "Desconocido"
+          shortname: "none"
+        -
+          id: 5
+          name: "Cualquiera"
+          shortname: "any"
+        -
+          id: 6
+          name: "Embedded Multimedia Terminal Adapter"
           shortname: "mta"
+        -
+          id: 7
+          name: "HostType"
+          shortname: "hosttype"