maj.sql 110 B

12345
  1. ALTER TABLE `documents` ADD `tagsSupplier` TEXT NULL AFTER `tagsUser`;
  2. RENAME TABLE user_type TO type_user;