Change DB-Field device_groups.pattern from varchar(255) to text

This commit is contained in:
f0o
2015-05-08 09:51:30 +00:00
parent 36da5311f3
commit 73c5fee997

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

@@ -0,0 +1 @@
ALTER TABLE device_groups MODIFY COLUMN pattern TEXT;