mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix admin column field
This commit is contained in:
parent
d838329075
commit
f82860ebf4
1 changed files with 1 additions and 1 deletions
|
|
@ -432,5 +432,5 @@ export class GroupMembership extends BaseEntity {
|
|||
updatedAt!: Date
|
||||
|
||||
@Column('boolean', { default: false })
|
||||
isAdmin!: boolean
|
||||
is_admin!: boolean
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue