소스 검색

cambie insert por replace

iksop 7 년 전
부모
커밋
18644530fa
2개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      app/DoctrineMigrations/fd3_ftth.yml
  2. 0 6
      app/config/bundles/ik/device-bundle/parameters.yml

+ 1 - 1
app/DoctrineMigrations/fd3_ftth.yml

@@ -1,4 +1,4 @@
-insert:
+replace:
     action:
         - id: 1
           name: "Enable OLT Service"

+ 0 - 6
app/config/bundles/ik/device-bundle/parameters.yml

@@ -1,6 +0,0 @@
-# This file is auto-generated during the composer install
-parameters:
-    device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
-    device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
-    device_delete_post_url: 'http://%env(HOST_BASE)%/api/device.json'
-    device_put_url: 'http://%env(HOST_BASE)%/api/device.json'