[backend/database] Fix typo
This commit is contained in:
parent
8acb9bd932
commit
885aaad080
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
Loading…
Add table
Reference in a new issue