Merge pull request #939 from jcvincenti/feature/482-add-description-to-monitor
Add description to monitorpull/2752/head
commit
a80f228136
@ -0,0 +1,7 @@
|
|||||||
|
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||||
|
BEGIN TRANSACTION;
|
||||||
|
|
||||||
|
ALTER TABLE monitor
|
||||||
|
ADD description TEXT default null;
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
Reference in new issue