Use syntax that works on mysql <8

more_gps
Isaac Connor 2023-07-13 13:19:07 -04:00
parent d172d41638
commit b002ae18b5
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
ALTER TABLE Monitors RENAME COLUMN Onvif_Alarm_Text to ONVIF_Alarm_Text;
ALTER TABLE Monitors CHANGE `Onvif_Alarm_Text` `ONVIF_Alarm_Text` VARCHAR(30) DEFAULT 'MotionAlarm';