extranet/config/update/update-sql-20101129.sql
2010-12-13 11:30:56 +00:00

3 lines
236 B
SQL

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;