Default new users to active status

This commit is contained in:
rijkvanzanten
2020-10-15 10:26:28 -04:00
parent cbd283d4a0
commit 7f23159760

View File

@@ -49,7 +49,7 @@ columns:
type: string
length: 16
nullable: false
default: draft
default: active
role:
type: uuid
nullable: true