User:Knuxify/Devices owned by 5 or more people: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
These might be pretty good candidates for moving to community, if we manage to find someone who's willing to step up to maintain them: | These might be pretty good candidates for moving to community, if we manage to find someone who's willing to step up to maintain them: | ||
{{todo|Wait for the next DB schema update so that we can use Devices.DevicePage to join device owners and device page tables}} | |||
{{#cargo_query: | {{#cargo_query: | ||
tables= | tables=DeviceOwners | ||
|join on=DeviceOwners.Device = Devices. | <!--|join on=DeviceOwners.Device = Devices.DevicePage--> | ||
|fields=DeviceOwners.Device,count(*)=Owner count | |fields=DeviceOwners.Device,count(*)=Owner count | ||
|format=table | |format=table | ||
|group by=device | |group by=device |
Revision as of 09:29, 25 August 2023
These might be pretty good candidates for moving to community, if we manage to find someone who's willing to step up to maintain them:
TODO: Wait for the next DB schema update so that we can use Devices.DevicePage to join device owners and device page tables |