Skip to content

Commit

Permalink
Merge pull request #212 from ONLYOFFICE/bugfix/standalone-update
Browse files Browse the repository at this point in the history
Bugfix/standalone update
  • Loading branch information
pavelbannov authored Feb 9, 2024
2 parents 8466899 + d09dd93 commit 6fc3f2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public partial class MigrationContextMigrate : Migration
protected override void Up(MigrationBuilder migrationBuilder)
{
//migrationBuilder.DeleteData("tenants_quota", "tenant", "INT(10)", new[] { -1, -2, -3 });
migrationBuilder.Sql("delete from tenants_quota", true);
migrationBuilder.Sql("delete from tenants_quota where tenant != -1000", true);

migrationBuilder.InsertData(
table: "tenants_quota",
Expand Down

0 comments on commit 6fc3f2f

Please sign in to comment.