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
fe8bf73339ccd1dd9ccf19284ddba899697de429
librenms-librenms
/
sql-schema
/
261.sql
T
1 line
86 B
SQL
Raw
Normal View
History
Unescape
Escape
Update devices.bgpLocalAs field from varchar to int (
#9098
)
2018-08-28 21:27:18 +02:00
ALTER
TABLE
`
devices
`
CHANGE
`
bgpLocalAs
`
`
bgpLocalAs
`
INT
UNSIGNED
NULL
DEFAULT
NULL
;
Reference in New Issue
Copy Permalink