mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Allow changing db schema from public (#4873)
* Remove public schema from enum defs * Update queries * Fix
This commit is contained in:
@ -3907,7 +3907,7 @@ SELECT
|
||||
FROM
|
||||
users
|
||||
WHERE
|
||||
status = 'active'::public.user_status AND deleted = false
|
||||
status = 'active'::user_status AND deleted = false
|
||||
`
|
||||
|
||||
func (q *sqlQuerier) GetActiveUserCount(ctx context.Context) (int64, error) {
|
||||
|
Reference in New Issue
Block a user