Remove old 'active' column and replace some references with 'suspended' in place
This commit is contained in:
parent
38eae88bd0
commit
8e657a0bf0
5 changed files with 37 additions and 8 deletions
|
@ -69,7 +69,6 @@ class UserController extends Controller
|
|||
->join('nodes', 'servers.node', '=', 'nodes.id')
|
||||
->join('locations', 'nodes.location', '=', 'locations.id')
|
||||
->where('owner', $id)
|
||||
->where('active', 1)
|
||||
->get(),
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue