Skip to content

Commit

Permalink
Change array to json
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrejus Voitovas committed Dec 11, 2023
1 parent 0060e67 commit afc2cff
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 afc2cff

Please sign in to comment.