mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Default new users to active status
This commit is contained in:
@@ -49,7 +49,7 @@ columns:
|
||||
type: string
|
||||
length: 16
|
||||
nullable: false
|
||||
default: draft
|
||||
default: active
|
||||
role:
|
||||
type: uuid
|
||||
nullable: true
|
||||
|
||||
Reference in New Issue
Block a user