This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
df288edbe36207a231fc3be1bc9c9d891dfd344a
librenms-librenms
/
sql-schema
/
206.sql
T
2 lines
87 B
SQL
Raw
Normal View
History
Unescape
Escape
fix: Updated graph_types table so graph_subtype has no default value (
#7285
)
2017-09-05 05:04:33 +01:00
ALTER
TABLE
`
graph_types
`
CHANGE
`
graph_subtype
`
`
graph_subtype
`
varchar
(
64
)
NOT
NULL
;
Reference in New Issue
Copy Permalink