[backend/database] Fix typo

This commit is contained in:
Laura Hausmann 2025-01-09 12:44:42 +01:00
parent 8acb9bd932
commit 885aaad080
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -7,6 +7,8 @@ namespace Iceshrimp.Backend.Core.Database.Migrations
{
/// <inheritdoc />
[DbContext(typeof(DatabaseContext))]
// The migration should be called "20250109095535_RemoveUserAvatarBannerUrlColumns" instead,
// but the typo was only spotted after the migration had already been deployed by several users.
[Migration("20250109095535_RemoteUserAvatarBannerUrlColumns")]
public partial class RemoteUserAvatarBannerUrlColumns : Migration
{