Skip to content
Snippets Groups Projects
Commit 91985243 authored by Alex Arnaud's avatar Alex Arnaud
Browse files

dev #17871 oai - File path are varchar(255) in integrations and int_maj_auto table

parent 6b95ed4d
Branches
Tags
2 merge requests!917Dev#17871 oaista la vista,!904Dev#17871 oaista la vista
<?php
$adapter = Zend_Db_Table::getDefaultAdapter();
$adapter->query('alter table int_maj_auto modify nom_fihier varchar(255) NULL');
$adapter->query('alter table integrations modify fihier varchar(255) NULL');
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment