mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Raise version size for packages table to 255 char (#4656)
This commit is contained in:
committed by
Neil Lathwood
parent
a2563c5b67
commit
366bbafe4a
1
sql-schema/142.sql
Normal file
1
sql-schema/142.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `packages` MODIFY `version` varchar(255) NOT NULL;
|
||||
Reference in New Issue
Block a user