addons-server/migrations/618-comm-remove-user-field-...

4 строки
191 B
SQL

ALTER TABLE `comm_thread_notes` DROP FOREIGN KEY `thread_notes_body_key`;
ALTER TABLE `comm_thread_notes` DROP COLUMN `body`;
ALTER TABLE `comm_thread_notes` ADD COLUMN `body` longtext NULL;