4 lines
175 B
MySQL
4 lines
175 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE vn.mrwConfig ADD IF NOT EXISTS notified TIMESTAMP NULL
|
||
|
COMMENT 'Date when it was notified that the web service deadline was exceeded';
|