wip
This commit is contained in:
parent
fd8d9f322c
commit
77e4feb507
66 changed files with 66 additions and 66 deletions
|
|
@ -7,7 +7,7 @@ import { Entity, Column, Index, OneToOne, JoinColumn, PrimaryColumn } from 'type
|
|||
import { id } from '../id.js';
|
||||
import { MiDriveFile } from './DriveFile.js';
|
||||
|
||||
@Entity()
|
||||
@Entity('user')
|
||||
@Index(['usernameLower', 'host'], { unique: true })
|
||||
export class MiUser {
|
||||
@PrimaryColumn(id())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue