Add Device Notes Field

Add a “Notes” field for devices to accommodate #1897
This commit is contained in:
Rosiak
2015-09-17 16:19:48 +02:00
parent 409ee51820
commit 62328dab91
4 changed files with 95 additions and 0 deletions

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

@@ -0,0 +1 @@
ALTER TABLE `devices` ADD COLUMN `notes` text;