fix: Added message column to component_statuslog table #5431 (#5929)

This commit is contained in:
Neil Lathwood 2017-02-18 00:04:04 +00:00 committed by Tony Murray
parent 13e6409571
commit 3b1358b996

1
sql-schema/165.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `component_statuslog` ADD `message` TEXT NULL DEFAULT NULL AFTER `status`;