Skip to content

Commit

Permalink
feat: remove space that breaks doctrine update schema command
Browse files Browse the repository at this point in the history
  • Loading branch information
René Hrdina committed Apr 19, 2022
1 parent 2af2ecb commit c2ee6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/mappings/EzInfoCollection.orm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
table="ezinfocollection"
>
<indexes>
<index name="ezinfocollection_co_id_created" columns="contentobject_id, created" />
<index name="ezinfocollection_co_id_created" columns="contentobject_id,created" />
</indexes>

<id name="id" type="integer" column="id">
Expand Down

0 comments on commit c2ee6cb

Please sign in to comment.