[backend] Fix build
This commit is contained in:
parent
49c85543a0
commit
729dfac6df
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace Iceshrimp.Backend.Core.Database.Migrations
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
migrationBuilder.Sql("""UPDATE "user_settings" SET "defaultRenoteVisibility" = 'followers' WHERE "defaultRenoteVisibility" = 'specified';""");
|
migrationBuilder.Sql("""UPDATE "user_settings" SET "defaultRenoteVisibility" = 'followers' WHERE "defaultRenoteVisibility" = 'specified';""");
|
||||||
}b
|
}
|
||||||
|
|
||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void Down(MigrationBuilder migrationBuilder)
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
|
Loading…
Add table
Reference in a new issue