diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-09 21:05:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-09 21:05:49 +0900 |
| commit | 74a4bd704c730e72e45bd26054e3594280ec2107 (patch) | |
| tree | d300c465d707dd562d5ba29347b671daa8607243 /src | |
| parent | 11.0.0-alpha.5 (diff) | |
| download | misskey-74a4bd704c730e72e45bd26054e3594280ec2107.tar.gz misskey-74a4bd704c730e72e45bd26054e3594280ec2107.tar.bz2 misskey-74a4bd704c730e72e45bd26054e3594280ec2107.zip | |
Update migrate.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/migrate.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/migrate.ts b/src/migrate.ts index 8d36762c8b..01d5d101af 100644 --- a/src/migrate.ts +++ b/src/migrate.ts @@ -307,7 +307,7 @@ async function main() { } async function migrateEmoji(emoji: any) { - await NoteReactions.save({ + await Emojis.save({ id: emoji._id.toHexString(), updatedAt: emoji.createdAt, aliases: emoji.aliases, |