* Add description to monitor model * Add description field to database * Add english and spanish translation for description * Closes: #482pull/939/head
parent
5bc68d7f3b
commit
934d633d4d
@ -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