Browse Source

Se agrega en las migraciones owner id=1 a workflow

Guillermo Espinoza 7 years ago
parent
commit
c58e40373c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/DoctrineMigrations/fd3_ftth.yml

+ 2 - 0
app/DoctrineMigrations/fd3_ftth.yml

@@ -149,6 +149,7 @@ replace:
           tenancy_id: 1
           enable: 1
           support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\OLT\";}"
+          owner: "1"
         - id: 2
           name: "onu_workflow"
           type: "state_machine"
@@ -161,3 +162,4 @@ replace:
           tenancy_id: 1
           enable: 1
           support: "a:1:{i:0;s:21:\"FTTHBundle\\Entity\\ONU\";}"
+          owner: "1"