This website requires JavaScript.
Explore
Help
Sign In
ZoneMinder
/
zoneminder
mirror of
https://github.com/ZoneMinder/zoneminder.git
Watch
1
Star
0
Fork
You've already forked zoneminder
0
Code
Issues
Projects
Releases
Wiki
Activity
master
zoneminder
/
db
/
zm_update-1.37.41.sql
2 lines
101 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Use syntax that works on mysql <8
2023-07-13 17:19:07 +00:00
ALTER
TABLE
Monitors
CHANGE
`
Onvif_Alarm_Text
`
`
ONVIF_Alarm_Text
`
VARCHAR
(
30
)
DEFAULT
'
MotionAlarm
'
;