[Dolibarr-dev] Travis upgrade 3.6.0 to 3.7.0

2014-06-30 Par sujet Frédéric FRANCE
Hello all Can someone add in .travis.yml : - php upgrade.php 3.6.0 3.7.0 >> upgrade.log - php upgrade2.php 3.6.0 3.7.0 >> upgrade2.log and modify the line with phphcs to: - phpcs --warning-severity=0 -s -p --extensions=php --report-checkstyle --report-summary --standard=dev/codesniffer/ruleset.

Re: [Dolibarr-dev] Travis upgrade 3.6.0 to 3.7.0

2014-06-30 Par sujet Frédéric FRANCE
Hello And my problem in upgrade 3.6.0.to 3.7.0 is : With best regards Fred Le 30/06/2014 10:53, Frédéric FRANCE a écrit : > Hello all > Can someone add in .travis.yml : > - php upgrade.php 3.6.0 3.7.0 >> upgrade.log > - php upgrade2.php 3.6.0 3.7.0 >> upgrade2.log > and modify the line wit

Re: [Dolibarr-dev] Travis upgrade 3.6.0 to 3.7.0

2014-06-30 Par sujet Frédéric FRANCE
Hello In file 3.6.0-3.7.0 I suggest these corrections this line ALTER TABLE llx_accountingaccount add column tms timestamp DEFAULT NULL AFTER datec; replace with ALTER TABLE llx_accountingaccount add column tms timestamp AFTER datec; add this line (field name changed in 3.6) ALTER TABLE llx_acc