newdevice: Added support for A10 ACOS devices (#7327)

* newdevice: Added support for A10 ACOS devices
This commit is contained in:
Neil Lathwood
2017-09-17 20:33:09 +01:00
committed by Søren Rosiak
parent 18d29956d3
commit aef79535f4
14 changed files with 12400 additions and 2 deletions

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

@@ -0,0 +1 @@
ALTER TABLE `state_translations` CHANGE `state_value` `state_value` smallint(5) NOT NULL DEFAULT 0;