Skip to content

Commit

Permalink
Merge pull request #4 from AngelFQC/master
Browse files Browse the repository at this point in the history
Change type of Settings::parameters to json
  • Loading branch information
ywarnier authored May 25, 2022
2 parents ee98845 + bf59632 commit 1454f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<field name="schemaAlias" length="190" column="schema_alias" type="string" nullable="false"/>
<field name="namespace" length="190" type="string" nullable="true"/>
<field name="parameters" type="json_array"/>
<field name="parameters" type="json"/>
</mapped-superclass>

</doctrine-mapping>

0 comments on commit 1454f22

Please sign in to comment.