Skip to content

Commit

Permalink
Migrate user avatars to SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Nov 30, 2024
1 parent f212d71 commit 3dae272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/migrations/003-populate-sql.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ async function up({ context: uw }) {
id: userID,
username: user.username,
slug: user.slug,
avatar: user.avatar,
createdAt: user.createdAt.toISOString(),
updatedAt: (user.updatedAt ?? user.createdAt).toISOString(),
})
Expand Down

0 comments on commit 3dae272

Please sign in to comment.