Remove reference to MonitorIds column of users table. Fixes #3679

pull/3680/head
Isaac Connor 2023-03-23 11:20:30 -04:00
parent cb8ec708fc
commit c30a40912e
1 changed files with 0 additions and 2 deletions

View File

@ -899,7 +899,6 @@ INSERT INTO `Users` (
`Snapshots`,
`System`,
`MaxBandwidth`,
`MonitorIds`,
`TokenMinExpiry`,
`APIEnabled`,
`HomeView`
@ -917,7 +916,6 @@ INSERT INTO `Users` (
'Edit' /* Snapshots */,
'Edit' /* System */,
'' /* Max Bandwidth */,
'' /* MonitorIds */,
0 /* TokenMinExpiry */,
1 /* Api Endabled */,
'' /* Homeview */);