librenms/sql-schema/186.sql
Aldemir Akpinar 450c980cc1 Fix: Service filenames are snipped when longer than 16 characters (#6459)
* Do not show unintended debug messages

* Fix the silly mistake

* Change Cisco UCM category from tele to telephony

* Added telephony definitions

* Changed the category to collaboration as agreed

* Fix snipped service filenames

* rebased

* rebased + fixed schema
2017-04-19 11:52:13 +01:00

2 lines
69 B
SQL

ALTER TABLE `services` MODIFY `service_type` varchar(255) NOT NULL;