Commit c324b9de authored by George Popoff's avatar George Popoff

add patch sql file which adds context column

parent c367f183
/**
* Author: jorgen
* Created: 17.07.2017
*/
/**
* Добавляет в таблицу сообщений еще одно поле: context, содержащее контекст, в котором была найдена ошибка
*/
ALTER TABLE `messages` ADD `context` TEXT NOT NULL AFTER `text`;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment