extranet/config/update/update-sql-20101129.sql

3 lines
236 B
MySQL
Raw Normal View History

2010-12-13 11:30:56 +00:00
ALTER TABLE `commandes` CHANGE `CompanyId` `CompanyId` TINYTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;
ALTER TABLE `rapports` CHANGE `CompanyId` `CompanyId` TINYTEXT CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL;