Update database/entity/0044-adapt_users_table_for_gradidoid/User.ts

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
clauspeterhuebner 2022-07-19 02:45:01 +02:00 committed by GitHub
parent 7f1ac41b33
commit 5d15ea7d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ export class User extends BaseEntity {
@Column({
name: 'gradido_id',
length: 36,
nullable: true,
nullable: false,
default: null,
collation: 'utf8mb4_unicode_ci',
})