1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 17:04:12 +02:00
This commit is contained in:
syuilo
2019-04-10 20:07:36 +09:00
parent 2a40240310
commit c28f4ffb3f
8 changed files with 4 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ import { id } from '../id';
@Entity()
export class UserPublickey {
@Index({ unique: true })
@PrimaryColumn(id())
public userId: User['id'];