Skip to content

Commit

Permalink
Merge pull request #47 from andriusvo/master
Browse files Browse the repository at this point in the history
Change array to json
  • Loading branch information
mpysiak authored Dec 12, 2023
2 parents 0060e67 + afc2cff commit c66a265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/doctrine/ShippingGateway.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<field name="code" column="code" type="string" nullable="false"/>

<field name="config" column="config" type="array" nullable="false"/>
<field name="config" column="config" type="json" nullable="false"/>

<field name="name" column="name" type="string" nullable="false"/>

Expand All @@ -29,4 +29,4 @@

<one-to-many field="shippingExports" target-entity="BitBag\SyliusShippingExportPlugin\Entity\ShippingExportInterface" mapped-by="shippingGateway" orphan-removal="true"/>
</mapped-superclass>
</doctrine-mapping>
</doctrine-mapping>

0 comments on commit c66a265

Please sign in to comment.