Skip to content

Commit

Permalink
fix jir length
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomislav Grgić committed Jan 12, 2021
1 parent 5aca537 commit dff6ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "trive/fiskal",
"type": "magento2-module",
"description": "Magento 2 Fiskal Extension",
"version": "1.1.5",
"version": "1.1.6",
"license": "proprietary",
"require": {
"php": "^7.0",
Expand Down
1 change: 1 addition & 0 deletions etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<column xsi:type="text" name="fiskal_data_sent" nullable="true" comment="Fiskal Data Sent"/>
<column xsi:type="text" name="fiskal_data_response" nullable="true" comment="Fiskal Data Respone"/>
<column xsi:type="datetime" name="fiskal_date_time" nullable="true" comment="Fiskal Invoice Date Time"/>
<column xsi:type="varchar" name="jir" nullable="true" length="36" comment="JIR"/>
</table>

</schema>
3 changes: 2 additions & 1 deletion etc/db_schema_whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"column": {
"fiskal_data_sent": true,
"fiskal_date_time": true,
"fiskal_data_response": true
"fiskal_data_response": true,
"jir": true
}
}
}

0 comments on commit dff6ab1

Please sign in to comment.