Remove reference to MonitorIds column of users table. Fixes #3679
parent
cb8ec708fc
commit
c30a40912e
|
@ -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 */);
|
||||
|
|
Loading…
Reference in New Issue