2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
|||||
|
ALTER TABLE device_rawdata_realtime ADD ( |
||||
|
`dashboard_status` varchar(255) DEFAULT NULL |
||||
|
); |
||||
|
|
||||
|
update device_rawdata_realtime set dashboard_status = `status`; |
||||
Loading…
Reference in new issue