Skip to content
Snippets Groups Projects
Commit d47a9eb8 authored by efalcy's avatar efalcy
Browse files

Catalogue, champs pcdm4, dewey et thesaurus : varchar(100) -> text

parent 93a9e1db
Branches
Tags
No related merge requests found
......@@ -2137,6 +2137,7 @@ cosmogramme/sql/patch/patch_154.sql -text
cosmogramme/sql/patch/patch_155.sql -text
cosmogramme/sql/patch/patch_156.sql -text
cosmogramme/sql/patch/patch_157.sql -text
cosmogramme/sql/patch/patch_158.sql -text
cosmogramme/storm_init.php -text
cosmogramme/tests/bootstrap.php -text
cosmogramme/tests/php/classes/IndexationTest.php -text
......
<?PHP
// Constantes
define("VERSION_COSMOGRAMME","6.31");
define("PATCH_LEVEL","157");
define("PATCH_LEVEL","158");
define("APPLI","cosmogramme");
define("COSMOPATH", "/var/www/html/vhosts/opac2/www/htdocs");
define("CRLF", chr(13) . chr(10));
......
alter table catalogue modify thesaurus TEXT;
alter table catalogue modify dewey TEXT;
alter table catalogue modify pcdm4 TEXT;
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